UtilFileCreateDummyFile(String) Method
Creates a dummy (zero-byte filled) file of zero size.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void CreateDummyFile(
string filepath
)
Public Shared Sub CreateDummyFile (
filepath As String
)
Dim filepath As String
UtilFile.CreateDummyFile(filepath)
public:
static void CreateDummyFile(
String^ filepath
)
static member CreateDummyFile :
filepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The target filepath.
This is a code example.
No code example is currently available or this language may not be supported.
CreateDummyFile("C:\DummyFile.tmp"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
IOException
|
Target file already exists.
|