Dart
dart:io
Directory
toString abstract method
toString
Directory class
Constructors
Directory
fromRawPath
fromUri
Properties
absolute
path
uri
hashCode
isAbsolute
parent
runtimeType
Methods
create
createSync
createTemp
createTempSync
list
listSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
toString
delete
deleteSync
exists
existsSync
noSuchMethod
stat
statSync
watch
Operators
operator ==
Static properties
current
systemTemp
toString method
String
toString
(
)
Returns a human readable string for this Directory instance.
Implementation
String toString();