ciao, ho una stringa con
"c:\tmp\test\file.txt"
come faccio ad ottenere file.txt??
tnx!![]()
ciao, ho una stringa con
"c:\tmp\test\file.txt"
come faccio ad ottenere file.txt??
tnx!![]()
ciao, potresti fare una cosa del genere:
codice:tuaPath="c:\tmp\test\file.txt" nomeFile=Mid$(tuaPath, InStrRev(tuaPath, "\") + 1)
Jupy
tnx!