Home
last modified time | relevance | path

Searched refs:checkExistence (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1254 internal static bool IsValidFile(string filename, bool checkExistence) in IsValidFile() argument
1257 …Line("IsValidFile called. filename=" + filename + ", checkExistence=" + checkExistence.ToString()); in IsValidFile()
1278 if (!checkExistence) in IsValidFile()