Click or drag to resize
AbstractDirectory.GetFiles Method (String)
Returns the names of files (including their paths) in the specified directory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract string[] GetFiles(
	string path
)

Parameters

path
Type: System.String
Path to retrieve files from

Return Value

Type:String[]
See Also