Gets the files in the given directory.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public static string[] GetFiles(
	string path
)
Visual Basic
Public Shared Function GetFiles ( _
	path As String _
) As String()
Visual C++
public:
static array<String^>^ GetFiles(
	String^ path
)

Parameters

path
Type: System..::..String
Path to directory go get files from.

Return Value

Files in the given directory.

See Also