Skip to content
⌘ NSIS Forum Archive

Get file from its path

5 posts

Joel#

Get file from its path

How can I get the file from a path?
For example:
The path of a file is:
C:\Windows\system32\calc.exe
I wanna retrive only the file "calc.exe"

If the full path is:
C:\Windows\explorer.exe
I wanna retrive the file "explorer.exe"

Is it possible?

Thanks.