Update files_api.py

pull/445/head
midoks 2 years ago
parent d89751f733
commit dad51dad77
  1. 5
      class/core/files_api.py

@ -708,10 +708,7 @@ class files_api:
return not path in nDirs
def getDirSize(self, path):
if mw.isAppleSystem():
tmp = mw.execShell('du -sh ' + path)
else:
tmp = mw.execShell('du -sbh ' + path)
tmp = mw.execShell('du -sh ' + path)
return tmp
def checkFileName(self, filename):

Loading…
Cancel
Save