Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DTools.cs1165 internal static void AddQuotes(ref string fileNameOrListWithSpaces) in AddQuotes() argument
1168 … Log.WriteLine("AddQuotes called. " + "fileNameOrListWithSpaces=" + fileNameOrListWithSpaces); in AddQuotes()
1170 if (string.IsNullOrEmpty(fileNameOrListWithSpaces)) in AddQuotes()
1175 … if (fileNameOrListWithSpaces.StartsWith("\"") && fileNameOrListWithSpaces.EndsWith("\"")) in AddQuotes()
1180 fileNameOrListWithSpaces = "\"" + fileNameOrListWithSpaces + "\""; in AddQuotes()