Jump to content

Restrict FileSelectFolder to Drive


Recommended Posts

Is there a way to allow a user to only select a drive from FileSelectFolder, and not go any deeper? I'm writing a GUI for cdburn (resource kit), and need the user to just select a drive.

Thanks

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

i don't think so... but i would use this

DriveGetDrive

--------------------------------------------------------------------------------

Returns an array containing the enumerated drives.

DriveGetDrive ( "type" )

Parameters

type Type of drive to find:

"ALL", "CDROM", "REMOVABLE", "FIXED", "NETWORK", "RAMDISK", or "UNKNOWN"

just test for the "CDROM"

8)

NEWHeader1.png

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