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
pathToFilestringPath 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.