IDfs123BuilderCreateFile Method |
Creates a file on the disc. Moves to the second build stage
Namespace: DHI.Generic.MikeZero.DFS.dfs123Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void CreateFile(
string filename
)
Sub CreateFile (
filename As String
)
void CreateFile(
String^ filename
)
abstract CreateFile :
filename : string -> unit
Parameters
- filename
- Type: SystemString
Name of the file, with or without path.
See Also