FtpFolders

A set of folders within an FTP file system as was selected by the Adapter or as was selected at initialization.

Constructors

this
this(const(char)[] server, const(char)[] path, const(char)[] username, const(char)[] password, uint port, FtpFileInfo[] infos, bool flat)
Undocumented in source.
this
this(const(char)[] server, const(char)[] path, const(char)[] username, const(char)[] password, uint port, bool flat)
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ref VfsFolder) dg)

Iterate over the set of contained VfsFolder instances

subset
VfsFolders subset(const(char)[] pattern)

Return a subset of folders matching the given pattern

Properties

bytes
ulong bytes [@property getter]

Return the total size of contained files

catalog
const(char)[] catalog [@property setter]

Return a set of files matching the given pattern

catalog
VfsFilter catalog [@property setter]

Return a set of files matching the given filter

entries
size_t entries [@property getter]

Return the total number of entries (files + folders)

files
size_t files [@property getter]

Return the number of files

folders
size_t folders [@property getter]

Return the number of folders

Variables

flat_
bool flat_;
Undocumented in source.
infos_
FtpFileInfo[] infos_;
name_
const(char)[] name_;
password_
const(char)[] password_;
Undocumented in source.
port_
uint port_;
Undocumented in source.
toString_
const(char)[] toString_;
username_
const(char)[] username_;
Undocumented in source.

Inherited Members

From VfsFolders

opApply
int opApply(int delegate(ref VfsFolder) dg)

Iterate over the set of contained VfsFolder instances

files
size_t files [@property getter]

Return the number of files

folders
size_t folders [@property getter]

Return the number of folders

entries
size_t entries [@property getter]

Return the total number of entries (files + folders)

bytes
ulong bytes [@property getter]

Return the total size of contained files

subset
VfsFolders subset(const(char)[] pattern)

Return a subset of folders matching the given pattern

catalog
const(char)[] catalog [@property setter]

Return a set of files matching the given pattern

catalog
VfsFilter catalog [@property setter]

Return a set of files matching the given filter

Meta