又帮浩哥搽屁股

This commit is contained in:
Alienjack 2025-09-10 21:21:21 +08:00
parent a748da1909
commit 592d76a302

View File

@ -736,6 +736,7 @@ public class AxiNSIO
#endif #endif
} }
#if UNITY_SWITCH
bool CreateLoopDir(string path) bool CreateLoopDir(string path)
{ {
// 检查路径是否存在及其类型 // 检查路径是否存在及其类型
@ -783,7 +784,7 @@ public class AxiNSIO
return false; return false;
return true; return true;
} }
#endif
/// <summary> /// <summary>
/// 解析路径并获取其所有父级目录(从直接父目录到根目录),并排除存储设备挂载根节点(如"save:"或"sd:")。 /// 解析路径并获取其所有父级目录(从直接父目录到根目录),并排除存储设备挂载根节点(如"save:"或"sd:")。