Dart
dart:io
File
path property
path
File class
Constructors
File
fromRawPath
fromUri
Properties
absolute
path
hashCode
isAbsolute
parent
runtimeType
uri
Methods
copy
copySync
create
createSync
lastAccessed
lastAccessedSync
lastModified
lastModifiedSync
length
lengthSync
open
openRead
openSync
openWrite
readAsBytes
readAsBytesSync
readAsLines
readAsLinesSync
readAsString
readAsStringSync
rename
renameSync
setLastAccessed
setLastAccessedSync
setLastModified
setLastModifiedSync
writeAsBytes
writeAsBytesSync
writeAsString
writeAsStringSync
delete
deleteSync
exists
existsSync
noSuchMethod
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
toString
watch
Operators
operator ==
path property
String
path
Get the path of the file.
Implementation
String get path;