C# Class QFramework.QIO

Datei anzeigen Open project: liangxiegame/QFramework

Public Methods

Method Description
CreateDirIfNotExists ( string dirFullPath ) : void

创建新的文件夹,如果存在则不创建

Method Details

CreateDirIfNotExists() public static method

创建新的文件夹,如果存在则不创建
public static CreateDirIfNotExists ( string dirFullPath ) : void
dirFullPath string
return void