[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Task<FileSystemFile> CreateFileAsync(
string name,
string localFilePath,
bool readOnly = false
)
public Task<FileSystemFile> CreateFileAsync(
string name,
string localFilePath,
bool readOnly = false
)
Public Function CreateFileAsync (
name As String,
localFilePath As String,
Optional readOnly As Boolean = false
) As Task(Of FileSystemFile)
Public Function CreateFileAsync (
name As String,
localFilePath As String,
Optional readOnly As Boolean = false
) As Task(Of FileSystemFile)
public:
Task<FileSystemFile^>^ CreateFileAsync(
String^ name,
String^ localFilePath,
bool readOnly = false
)
public:
Task<FileSystemFile^>^ CreateFileAsync(
String^ name,
String^ localFilePath,
bool readOnly = false
)
member CreateFileAsync :
name : string *
localFilePath : string *
?readOnly : bool
(* Defaults:
let _readOnly = defaultArg readOnly false
*)
-> Task<FileSystemFile>
member CreateFileAsync :
name : string *
localFilePath : string *
?readOnly : bool
(* Defaults:
let _readOnly = defaultArg readOnly false
*)
-> Task<FileSystemFile>
Return Value
Type:
Task FileSystemFile