checks if the passed path (a file or directory) is writable by the user that owns this process
path
bool isWritable(String path) => _Is().isWritable(path);