PagePorter Class Library

Global.GetFileList Method (String, FileListFlags)

Return a list of files in the project with options.

[Visual Basic]
Overloads Public Shared Function GetFileList( _
   ByVal projectRoot As String, _
   ByVal flags As FileListFlags _
) As String()
[C#]
public static string[] GetFileList(
   string projectRoot,
   FileListFlags flags
);

Parameters

projectRoot
The pathname to the proect root folder.
flags
One or more of the FileListFlags option flags.

Return Value

The requested list of files.

See Also

Global Class | Parastream.PagePorter Namespace | Global.GetFileList Overload List