Searched refs:thePath (Results 1 – 2 of 2) sorted by relevance
40 StringBuffer thePath = new StringBuffer(str.toString()); in buildSversionLocation() local45 boolean bSVersionInHomeDir = new File(thePath.toString() + "sversion.ini").exists(); in buildSversionLocation()48 thePath.append("Application Data"); in buildSversionLocation()49 thePath.append(File.separator); in buildSversionLocation()51 theFile = findVersionFile(new File(thePath.toString())); in buildSversionLocation()53 thePath.append(".sversionrc"); in buildSversionLocation()54 theFile = new File(thePath.toString()); in buildSversionLocation()56 thePath.append(".sversionrc"); in buildSversionLocation()57 theFile = new File(thePath.toString()); in buildSversionLocation()139 StringBuffer thePath = new StringBuffer(str.toString()); in getNetbeansLocation() local[all …]
210 Function isBannedFile(thePath As String) As Boolean216 If aPath = thePath Then