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