FileSet.Flatten Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Flatten
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).
Declaration
public bool Flatten { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if flatten the output; false otherwise. |