返回值:如果 path1 和 path2 是指向相同文件系统对象的路径,则返回 true。
当此覆盖安装后,此函数覆盖了 FileSystemEntity.identicalSync 的行为。
FileSystemEntity.identicalSync
bool fseIdenticalSync(String path1, String path2) { return FileSystemEntity._identicalSync(path1, path2); }