On this page
fseIdentical method
Asynchronously returns true
if path1
and path2
are paths to the same file system object.
When this override is installed, this function overrides the behavior of FileSystemEntity.identical
.
Implementation
Future<bool> fseIdentical(String path1, String path2) {
return FileSystemEntity._identical(path1, path2);
}
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/IOOverrides/fseIdentical.html