C# Class QFramework.QIO

Afficher le fichier Open project: liangxiegame/QFramework

Méthodes publiques

Méthode Description
CreateDirIfNotExists ( string dirFullPath ) : void

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

Method Details

CreateDirIfNotExists() public static méthode

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