UserManagerCreateFile Method
Create a file
Namespace: PCB_Investigator.Automation.UserManagerAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Task<IFileData> CreateFile(
string path,
bool overwriteExisting = true
)
Public Function CreateFile (
path As String,
Optional overwriteExisting As Boolean = true
) As Task(Of IFileData)
public:
Task<IFileData^>^ CreateFile(
String^ path,
bool overwriteExisting = true
)
member CreateFile :
path : string *
?overwriteExisting : bool
(* Defaults:
let _overwriteExisting = defaultArg overwriteExisting true
*)
-> Task<IFileData>
- path String
- Relative path starting from but not including /user/
- overwriteExisting Boolean (Optional)
- If to overwrite existing files
TaskIFileDataCreated file or null