Modify ↓
#1003 closed Bug (No Bug)
FileSelectFolder: flag doesn't work as documented
| Reported by: | c.haslam | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Other | Severity: | None |
| Keywords: | Cc: |
Description
$s = FileSelectFolder("Choose","",2)
shows New Folder button
So does
$s = FileSelectFolder("Choose","",2+4)
Doc says "UNC paths are not supported". They are, at least for directories. (If you pick a drive on a peer, it returns ...\NetHood\...)
Doc says '"Create Folder Button" may require Win XP'. It works on Win2K.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Replying to c.haslam:
For some reason AutoIt hard-codes the "Hide New Folder" button flag. The flag requires Windows XP+ with IE6+. If you are using IE5 or Windows 2000 then the button will always show no matter what.
That is not the path to a UNC resource, however. The expected path for a UNC resource is "
server\share".
As mentioned above, hiding the button requires Windows XP. Showing the button is the default Windows behavior. If you are using a system in which the hide flag is not supported then the button is going to always show.
No bugs here.