Game Framework  2021.05.31
Utility.Path类 参考

路径相关的实用函数。 更多...

静态 Public 成员函数

static string GetRegularPath (string path)
 获取规范的路径。 更多...
 
static string GetRemotePath (string path)
 获取远程格式的路径(带有file:// 或 http:// 前缀)。 更多...
 
static bool RemoveEmptyDirectory (string directoryName)
 移除空文件夹。 更多...
 

详细描述

路径相关的实用函数。

成员函数说明

◆ GetRegularPath()

static string GetRegularPath ( string  path)
static

获取规范的路径。

参数
path要规范的路径。
返回
规范的路径。

◆ GetRemotePath()

static string GetRemotePath ( string  path)
static

获取远程格式的路径(带有file:// 或 http:// 前缀)。

参数
path原始路径。
返回
远程格式路径。

◆ RemoveEmptyDirectory()

static bool RemoveEmptyDirectory ( string  directoryName)
static

移除空文件夹。

参数
directoryName要处理的文件夹名称。
返回
是否移除空文件夹成功。