The FileSet type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBasePath
Gets or sets the base path of the set.
Public propertySupported by the .NET Compact FrameworkContainingDirectoriesIncluded
Gets or sets a value indicating whether a consumer of the FileSet should also include directories where the files are located. Also used in the GetLocalItems()()()() method. Example: Ftp.GetItems("DIR/*.txt") - this property determines whether item "DIR" should be also included in output collection.
Public propertySupported by the .NET Compact FrameworkEmptyDirectoriesIncluded
Gets or sets a value indicating whether a consumer of the FileSet should include empty directories or not. Also used in the GetLocalItems()()()() method.
Public propertySupported by the .NET Compact FrameworkFlatten
Gets or sets a value indicating whether a consumer of the FileSet should flatten the output. Flatten means to don't persist directory structure. For example if used to upload files "A/a.txt" and "B/b.txt" to the "/data" directory on a FTP server, files "a.txt" and "b.txt" are uploaded directly into the "/data" directory (directories "A" and "B" are not created in the "/data" directory).
Public propertySupported by the .NET Compact FrameworkIsCaseSensitive
Gets or sets a value indicating whether the FileSet is case sensitive.

See Also