UserManagerGetFileNames Method

Get the file names of a directory

Definition

Namespace: PCB_Investigator.Automation.UserManager
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<List<string>> GetFileNames(
	string folder,
	string extension = ""
)

Parameters

folder  String
 
extension  String  (Optional)
Extension that all files should have, default none

Return Value

TaskListString
All Files inside of the directory, these paths include the given path and the extension

See Also