Overload | Description |
---|---|
FileList Constructor() | Creates an empty FileList |
FileList Constructor(String[]) | Constructs a FileList containing the files specified or found within the directories specified. See Add(string) for more details. |
FileList Constructor(FileAttributes,String[]) | Constructs a FileList containing the files specified or found within the directories specified. See Add(string) for more details. Files and directories that contain the attribtes defined in prohibitedAttributes will be ignored, use '0' for everything. |
FileList Constructor(FileInfo[]) | Creates a list containing the specified FileInfo records. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7