Jump to content

Get Filename From FileOpenDialog


Recommended Posts

Link to comment
Share on other sites

This will work. I use it in one of my scripts.

$file = FileOpenDialog("Select A File...", @DesktopDir, "All Files (*.*)", 1 + 2)
$split = StringSplit($file, "\")
$filename = $split[$split[0]]
MsgBox(0,"Test",$filename)
Already found a fix, but your way is interesting + easier then mine :) Thanks :party:
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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