Method CreateFile
CreateFile(string?)
Creates a DIFile
DIFile CreateFile(string? path)
Parameters
Returns
CreateFile(LazyEncodedString?, LazyEncodedString?)
Creates a DIFile
DIFile CreateFile(LazyEncodedString? fileName, LazyEncodedString? directory)
Parameters
fileNameLazyEncodedStringName of the file (may be null or empty)
directoryLazyEncodedStringPath of the directory containing the file (may be null or empty)