Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java516 String NewPath = Path; in PathisValid() local
543 NewLen = NewPath.length(); in PathisValid()
547 NewPath = NewPath.substring(0, NewLen - SubLen - 1); in PathisValid()
550 SubDirPath = NewPath; in PathisValid()
552 bexists = xSimpleFileAccess.exists(NewPath); in PathisValid()
555 LowerCasePath = NewPath.toLowerCase(); in PathisValid()

Completed in 21 milliseconds