IPluginUserManagerProviderGetFileNames Method

Get the file names of a directory

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<TryResults<IReadOnlyList<string>>> GetFileNames(
	string pathToDirectory,
	string extension = ""
)

Parameters

pathToDirectory  String
Relative path starting from but not including /user/
extension  String  (Optional)
Extension that all files should have, default none

Return Value

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

See Also