getType method
Gets the type of the entity at the given path.
Implementation
io.FileSystemEntityType getType(String path) {
return io.FileSystemEntity.typeSync(path);
}
Gets the type of the entity at the given path.
io.FileSystemEntityType getType(String path) {
return io.FileSystemEntity.typeSync(path);
}