Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evgenylavelin-xx/e5d45b83884d5f0e35b6 to your computer and use it in GitHub Desktop.
Save evgenylavelin-xx/e5d45b83884d5f0e35b6 to your computer and use it in GitHub Desktop.
fso = Новый COMОбъект("scripting.fileSystemObject");
Сообщить(Окр(Число(fso.getDrive(fso.GetDriveName("d:\")).freeSpace())/1024/1024, 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment