Jump to content

Recommended Posts

Posted

I always forgets how to do this:

C:\Programmes\Thefile.exe

I want to sort out the filename:

$File = "C:\Programmes\Thefile.exe"

Msgbox(0,"",StringRight($File,StringInStr($File,"\")))

It wont work, it's sorting it out from the wrong side :whistle:

Posted

$file = "C:\Programmes\Thefile.exe"
msgbox(0, "", stringMid($file, stringInStr($file, "\", 0, -1) + 1))

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...