Dart SDK
dart:io
File
path
property
path
File
Properties
absolute
path
isAbsolute
parent
uri
Constructors
File
fromUri
Methods
create
createSync
rename
renameSync
copy
copySync
length
lengthSync
lastModified
lastModifiedSync
open
openSync
openRead
openWrite
readAsBytes
readAsBytesSync
readAsString
readAsStringSync
readAsLines
readAsLinesSync
writeAsBytes
writeAsBytesSync
writeAsString
writeAsStringSync
watch
resolveSymbolicLinks
deleteSync
stat
resolveSymbolicLinksSync
existsSync
delete
exists
statSync
String
path
read-only
Get the path of the file.