Page 1 of 1
PathRequester-Flags
Posted: Tue May 08, 2007 2:44 am
by Hroudtwolf
Hi,
I nice feature for the PathRequester would be a few of flags for hidding
specialpathes and the "Create folder" button.
In example:
#PB_PathRequester_HideTrashcan
#PB_PathRequester_HideNetworkmanager
#PB_PathRequester_NoCreateFolderButton
Thx & Best regards
Wolf
Posted: Tue May 08, 2007 8:48 am
by milan1612
+1
Posted: Tue May 08, 2007 9:10 pm
by SCRJ
Third! ^^
Posted: Wed May 09, 2007 2:15 pm
by AND51
Force!^^
#PB_PathRequester_HideNetworkmanager
I have got a Bluetooth symbol on my desktop that is also shown in a pathrequester. This symbol returns \ as path. The "My Computer"-symbol also returns \ as path.
Please, can you add a flag that only allows "real" folders to be selected:
#PB_PathRequester_FoldersOnly
When using this flag, FileSIze() should always return -2, when checking for a folder.
FuleSize("\") (=My computer) would return -1 only.
Re: PathRequester-Flags
Posted: Thu Jan 03, 2008 2:07 pm
by Little John
Hroudtwolf wrote:I nice feature for the PathRequester would be a few of flags for hidding specialpathes and the "Create folder" button.
VotesForThisSuggestion + 1
Regards, Little John
Re: PathRequester-Flags
Posted: Thu Mar 18, 2010 1:33 pm
by c4s
I just wanted to create a new thread but found this one...
Normally in other programs it's possible to edit the selected new folder name.
So it would be great to have a flag for this or at least the flag option if it's Windows only.