Home
last modified time | relevance | path

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

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