UserManagerGetFileNames Method
Get the file names of a directory
Namespace: PCB_Investigator.Automation.UserManagerAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Task<List<string>> GetFileNames(
string folder,
string extension = ""
)
Public Function GetFileNames (
folder As String,
Optional extension As String = ""
) As Task(Of List(Of String))
public:
Task<List<String^>^>^ GetFileNames(
String^ folder,
String^ extension = L""
)
member GetFileNames :
folder : string *
?extension : string
(* Defaults:
let _extension = defaultArg extension ""
*)
-> Task<List<string>>
- folder String
-
- extension String (Optional)
- Extension that all files should have, default none
TaskListStringAll Files inside of the directory, these paths include the given path and the extension