Just Two line code to get the BASE FILENAME without extention from filepath
Just Two line code to get the BASE FILENAME without extention from filepath
Rate Just Two line code to get the BASE FILENAME without extention from filepath
(1(1 Vote))
'If any query regarding this code then pls fill free to conatct at [email protected]
Set fs = CreateObject("Scripting.FileSystemObject")
MsgBox fs.GetBaseName("c:\Dharmesh\niki.txt") 'Pass Any Filepath as a argument
Just Two line code to get the BASE FILENAME without extention from filepath Comments
No comments yet — be the first to post one!
Post a Comment