同步获取类型 方法
返回path
的FileSystemEntityType
。
当此覆盖安装时,此函数覆盖了FileSystemEntity.typeSync
的行为。
实现
FileSystemEntityType fseGetTypeSync(String path, bool followLinks) {
return FileSystemEntity._getTypeSyncHelper(utf8.encode(path), followLinks);
}
返回path
的FileSystemEntityType
。
当此覆盖安装时,此函数覆盖了FileSystemEntity.typeSync
的行为。
FileSystemEntityType fseGetTypeSync(String path, bool followLinks) {
return FileSystemEntity._getTypeSyncHelper(utf8.encode(path), followLinks);
}