|
-
Sep 29th, 2003, 11:57 AM
#1
Thread Starter
Lively Member
Hiding a particular folder from view in DirListBox
I have a directory box and my dumpster folder... I don't want this folder to be seen by the user in this particular directory box.
The path is app.path\dumpster
can I hide that folder from being seen in the dirdirectory box?
-
Sep 30th, 2003, 07:34 AM
#2
Frenzied Member
Can you use SetAttr to change its attributes to Hidden?
-
Sep 30th, 2003, 02:32 PM
#3
Thread Starter
Lively Member
would setattr hide it just in the visual basic view or outside of vb as well?
-
Oct 1st, 2003, 03:42 AM
#4
Frenzied Member
Outside as well.
Unless the user selects "SHow Hidden Files and Folders" - in which case they can see it.
-
Oct 1st, 2003, 03:43 AM
#5
Frenzied Member
Just make a listbox hold the folders and link it to a real dirList with some good old code.
Just a thought.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|