Dart SDK
dart:io
FileSystemEntity
isWatchSupported
property
isWatchSupported
FileSystemEntity
Static properties
isWatchSupported
Static methods
identical
identicalSync
type
typeSync
isLink
isFile
isDirectory
isLinkSync
isFileSync
isDirectorySync
parentOf
Properties
path
uri
isAbsolute
absolute
parent
Constructors
FileSystemEntity
Methods
exists
existsSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
delete
deleteSync
watch
bool
isWatchSupported
read-only
Test if [watch] is supported on the current system.
OS X 10.6 and below is not supported.