Jump to content

Getting FileOpenDialog selected item name?


Recommended Posts

Okay, so I have a little problem.

I'm trying to get the name of a file that a user chooses with a Fileopendialog.

I had a GUICtrlRead ( Fileopendialog ) but that doesn't seem to work.

Right now I have this:

Func OpenSong()
$SongOpenText = FileOpenDialog ( "Select Sone Please", "C;", "Mp3 (*.Mp3)" , 4  )
$Text = GuictrlRead ( $songOpenText )
$Name = FileGetShortName ( "" & GUICtrlRead ( $text ) , 1 )
SoundPlay ( $SongOpenText )
GUICtrlSetData ( $playlist, "" & $name ) 
EndFunc

This does not seem to work.

If you need more information or the whole script posted, tell me :\

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...