FileHelperGetFileNamesInDirectory Method

Definition

Namespace: PCBI_API_Extensions.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static List<string> GetFileNamesInDirectory(
	string directoryPath,
	Func<FileInfo, Object> orderByFunc = null,
	bool descending = false
)

Parameters

directoryPath  String
 
orderByFunc  FuncFileInfo, Object  (Optional)
 
descending  Boolean  (Optional)
 

Return Value

ListString

See Also