You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed the following code on windows, but I got an error on some machines
var cmd = ''' wmic logicaldisk where "caption='C:'" get FreeSpace ''';
Shell().run(cmd).then((result) {
}).onError((error, stackTrace) {
completer.complete(false);
});
Errors are as follows:
The text was updated successfully, but these errors were encountered:
I executed the following code on windows, but I got an error on some machines
var cmd = ''' wmic logicaldisk where "caption='C:'" get FreeSpace ''';
Shell().run(cmd).then((result) {
}).onError((error, stackTrace) {
completer.complete(false);
});
Errors are as follows:
The text was updated successfully, but these errors were encountered: