﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1834	FileSelectFolder problem when using Windows RunAs	jschill		"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."	Bug	closed		AutoIt	3.3.6.1	None	Wont Fix	FileSelectFolder	
