menu
Dart
dart:io
FileSystemEntity
parent property
parent
brightness_4
brightness_5
description
parent
property
Directory
parent
The parent directory of this entity.
Implementation
Directory get parent => new Directory(parentOf(path));
Dart
dart:io
FileSystemEntity
parent property
FileSystemEntity class
Constructors
FileSystemEntity
Properties
absolute
hashCode
isAbsolute
parent
path
runtimeType
uri
Methods
delete
deleteSync
exists
existsSync
noSuchMethod
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
toString
watch
Operators
operator ==
Static properties
isWatchSupported
Static methods
identical
identicalSync
isDirectory
isDirectorySync
isFile
isFileSync
isLink
isLinkSync
parentOf
type
typeSync