Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Extract Just the File Name from the Full Path to the FileContent of Extract Just the File Name from the Full Path to the File.vbsMD5 Hash: BFC40FC9DFACE07AB8B745097937764D |
||
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.GetFile("C:\Scripts\Test.txt") Wscript.Echo "File name: " & objFSO.GetFileName(objFile) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |