webutil webutil_file Create New Folder
428299Jun 8 2005 — edited Jun 8 2005
I am trying to use the webutil directory_selection_dialog to create and name new directories. I open the dialog, click the 'Create New Folder' toolbar button, and a new directory called 'New Folder' is created. However I cannot then rename the directory. I can edit the name but it reverts back to 'New Folder' when I move away from the directory.
(I have full rights to the directory root)
Does anyone know if this functionality is missing ?
I am using the latest version of webutil on 10g Developer Suite running on Linux RedHat 3. The Browser Client is on Windows XP.
The line of code to invoke the dialog is :
l_filepath := webutil_file.directory_selection_dialog(l_filepath, l_title);