currentDir()
getPathBaseName(senda)
getPathBaseName("/senda/fichero.ext")
= ficherogetPathBaseName("c:/senda/fichero.ext")
= ficherogetPathBaseName("c:\senda\fichero.ext")
= ficherogetPathBaseName("com.velneo.vClient.txt")
= comgetPathCompleteExt(senda)
getPathCompleteExt("/senda/fichero.ext1.ext2”)
= .ext.ext2
getPathCompleteExt("c:/senda/fichero.ext")
= .ext
getPathCompleteExt("c:\senda\fichero.ext")
= .extgetPathDir(senda)
getPathDir("/senda/fichero.ext1.ext2")
= /senda
getPathDir("c:/senda/fichero.ext")
= c:/senda
getPathDir("c:\senda\fichero.ext")
= c:/sendagetPathExt(senda)
getPathExt("/senda/fichero.ext")
= ext
getPathExt("c:/senda/fichero.ext")
= ext
getPathExt("c:\senda\fichero.ext")
= extgetPathFileName(senda)
getPathFileName("/senda/fichero.ext")
= fichero.ext
getPathFileName("c:/senda/fichero.ext")
= fichero.ext
getPathFileName("c:\senda\fichero.ext")
= fichero.exthomePath()
homePath()
= C:\Documents and Settings\Usuario
homePath()
= /home/user/rootPath()
rootPath()
= C:\
rootPath()
= /setCurrentDir(senda)
setCurrentDir("/senda")
setCurrentDir("c:/senda/")
tempPath()
tempPath()
= C:\Documents and Settings\Usuario\Configuración local\Temp
tempPath()
= /home/user/tmp/