UserManagerCreateFile Method

Create a file

Definition

Namespace: PCB_Investigator.Automation.UserManager
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<IFileData> CreateFile(
	string path,
	bool overwriteExisting = true
)

Parameters

path  String
Relative path starting from but not including /user/
overwriteExisting  Boolean  (Optional)
If to overwrite existing files

Return Value

TaskIFileData
Created file or null

See Also