Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java315 File tempFolderFile = new File(tempFolder); in downloadFile() local
316 if (!tempFolderFile.exists()) { in downloadFile()
317 tempFolderFile.mkdir(); in downloadFile()
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java138 File tempFolderFile = new File(newpath); in getrealoutpath() local
139 if (!tempFolderFile.exists()) { in getrealoutpath()
140 tempFolderFile.mkdirs(); in getrealoutpath()

Completed in 23 milliseconds