Method CreateFilePath
CreateFilePath(string)
Gets directory name of the specified file path and creates that directory if it is not exists.
public static void CreateFilePath(string pathToFile)
Parameters
pathToFile
stringPath to file.
Gets directory name of the specified file path and creates that directory if it is not exists.
public static void CreateFilePath(string pathToFile)
pathToFile
stringPath to file.