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