FtpDirectory class

Inheritance
Available Extensions

Constructors

FtpDirectory({required String path, required FtpClient client, FtpEntryInfo? info})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
info FtpEntryInfo?
finalinherited
isAbsolute bool
no setterinherited
isDirectory bool
no setteroverride
isFile bool
no setterinherited
isRoot bool
no setter
name String
no setterinherited
parent FtpDirectory
no setteroverride
path String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as<T extends FtpEntry>() → T
inherited
copy(String newPath) Future<bool>
override
copyWith({String? path, FtpEntryInfo? info}) FtpDirectory
create({bool recursive = false}) Future<bool>
override
delete({bool recursive = false}) Future<bool>
override
exists() Future<bool>
override
list({ListType? listType}) Future<List<FtpEntry>>
listNames() Future<List<String>>
move(String newPath) Future<FtpDirectory>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rename(String newName) Future<FtpDirectory>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override