check if file size doesn't exceed 2GB in nodejs

后端 未结 0 523
我寻月下人不归
我寻月下人不归 2021-01-14 21:38

I\'m using this code in node to check if a file isn\'t starting with a dot

if( !file.startsWith(\'.\') ){...}

It seems working fine anyway I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题