Skip to content

ERROR:FileSystemException: writeFrom failed, path = '' (OS Error: 句柄无效。 , errno = 6) #96

@wumeixinjiazu

Description

@wumeixinjiazu

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions