grinder
grinder.files
FilePath
delete method
delete
grinder
grinder.files
FilePath
delete method
FilePath class
Constructors
FilePath
Properties
asDirectory
asFile
asLink
entity
exists
hashCode
isDirectory
isFile
isLink
length
name
parent
path
runtimeType
Methods
copy
createDirectory
createFile
createLink
delete
join
toString
noSuchMethod
Operators
operator ==
Static properties
current
Static methods
createSystemTemp
delete
method
void
delete
(
)
Delete the entity at the path.
Implementation
void delete() => _deleteImpl(entity);