isExecutable function Null safety
- String path
checks if the passed path
(a file or directory) is
executable by the user that owns this process
Implementation
bool isExecutable(String path) => _Is().isExecutable(path);
checks if the passed path
(a file or directory) is
executable by the user that owns this process
bool isExecutable(String path) => _Is().isExecutable(path);