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