PagePorter Class Library

Global.GetFileList Method (String)

Return a list of files in the project.

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

Parameters

projectRoot
The pathname to the proect root folder.

Return Value

The requested list of files.

See Also

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