Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1303 internal static void AddQuotes(ref string fileNameOrListWithSpaces) in AddQuotes() argument
1306 … Log.WriteLine("AddQuotes called. " + "fileNameOrListWithSpaces=" + fileNameOrListWithSpaces); in AddQuotes()
1308 if (string.IsNullOrEmpty(fileNameOrListWithSpaces)) in AddQuotes()
1313 … if (fileNameOrListWithSpaces.StartsWith("\"") && fileNameOrListWithSpaces.EndsWith("\"")) in AddQuotes()
1318 fileNameOrListWithSpaces = "\"" + fileNameOrListWithSpaces + "\""; in AddQuotes()