同步获取类型 方法

FileSystemEntityType 同步获取类型(
  1. String path,
  2. bool followLinks
)

返回pathFileSystemEntityType

当此覆盖安装时,此函数覆盖了FileSystemEntity.typeSync的行为。

实现

FileSystemEntityType fseGetTypeSync(String path, bool followLinks) {
  return FileSystemEntity._getTypeSyncHelper(utf8.encode(path), followLinks);
}