Opened 15 years ago
Closed 15 years ago
#1834 closed Bug (Wont Fix)
FileSelectFolder problem when using Windows RunAs
| Reported by: | jschill | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | FileSelectFolder | Cc: |
Description
The "Make New Folder" button in the FileSelectFolder function does not display newly-created folders when executed using the Windows RunAs feature. It does create a new folder, but the tree view doesn't refresh and show it.
Here's my code:
$Dest = FileSelectFolder("Choose target folder.", "", 1)
Compile this into an exe and run it. Click on the Make New Folder button and see that it creates a folder. Close the program.
Now right-click this exe and select RunAs from the context menu. Enter credentails other than the currently logged in user and run the test. It will create the new folder, but you won't see it in the dialog window.
Script was created/tested using AutoIt 3.3.61 on Windows XP SP3 w/IE 7.
