Searched refs:existingFolderName (Results 1 – 1 of 1) sorted by relevance
126 String existingFolderName = xRow.getString(1); in checkTransientDocumentsDocumentContent() local127 System.out.println("Found existing folder: '" + existingFolderName + "'"); in checkTransientDocumentsDocumentContent()128 if (folderName.equals(existingFolderName)) { in checkTransientDocumentsDocumentContent()
Completed in 5 milliseconds