提交
This commit is contained in:
@@ -110,10 +110,10 @@ Debug.Log("000000000000000000000000000000");
|
||||
|
||||
var path = Path.Combine(FileNetworkManager.Instance.GetConfigFOlderPath(), savedCfgName);
|
||||
bool have_config = false;
|
||||
if (Directory.Exists(path))
|
||||
if (Directory.Exists(FileNetworkManager.Instance.GetConfigFOlderPath()))
|
||||
{
|
||||
// 获取该目录下的所有文件
|
||||
string[] files = Directory.GetFiles(path);
|
||||
string[] files = Directory.GetFiles(FileNetworkManager.Instance.GetConfigFOlderPath());
|
||||
|
||||
if (files.Length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user