Method CreateFile
CreateFile(String)
Creates a DIFile
Declaration
public DIFile CreateFile(string path)
public DIFile CreateFile(string path)
Parameters
String | path | Path of the file (may be null or empty) |
Returns
CreateFile(String, String)
Creates a DIFile
Declaration
public DIFile CreateFile(string fileName, string directory)
public DIFile CreateFile(string fileName, string directory)
Parameters
String | fileName | Name of the file (may be null or empty) |
String | directory | Path of the directory containing the file (may be null or empty) |