Method CreateFile
CreateFile(String)
Creates a DIFile
Declaration
public DIFile CreateFile(string path)
Parameters
public DIFile CreateFile(string path)
String | path | Path of the file (may be null or empty) |
Returns
DIFile | DIFile or null if |
CreateFile(String, String)
Creates a DIFile
Declaration
public DIFile CreateFile(string fileName, string directory)
Parameters
public DIFile CreateFile(string fileName, string directory)
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) |
Returns
DIFile | DIFile created |