These classes provide high level file system functions which can operate on files and directories located throughout a directory hierarchy and which can take some time to complete.
The classes provide services to:
scan through a hierarchy, upwards or downwards, returning a filtered list of the entries contained in each directory
carry out file management operations on files and directories in the hierarchy, for example, deleting an entire directory structure or moving a group of files
search for each occurrence of a filename in one or more directories.
File management is provided by
Before using any of these classes, a connection to a file server session must have been made and is passed to the constructor of the class.
The classes provide services to:
+scan through a hierarchy, +upwards or downwards, returning a filtered list of the entries contained in +each directory
carry out file management +operations on files and directories in the hierarchy, for example, deleting +an entire directory structure or moving a group of files
search for each occurrence +of a filename in one or more directories.
File management is provided by
Before using any of these classes, a connection to a file server session +must have been made and is passed to the constructor of the class.
+