Folder Options

Use this board to post your code snippets - tips and tricks
8 posts Page 1 of 1
Contributors
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Folder Options
Livengood
Hello everyone :D, i am going to share a codes that can be used when your program is using folders.

first off, Hidden folder.
Code: Select all
IO.File.SetAttributes("FOLDER DIRECTORY", IO.FileAttributes.Hidden)
this code makes the folder back to Hidden :)

Next, Normal folder
Code: Select all
IO.File.SetAttributes("FOLDER DIRECTORY", IO.FileAttributes.Normal)
this code makes the folder back to normal :)

there you go :D
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Folder Options
hungryhounduk
cool tip Livengood :)

Chris
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Folder Options
zachman61
thanks
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Folder Options
Lewis
Thanks for thgis tip. diddnt know you could do this stuff.
Image
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Folder Options
GoodGuy17
Thanks for the tip coulda used this a while back, and still can use it.
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: Folder Options
Livengood
GoodGuy17 wrote:
Thanks for the tip coulda used this a while back, and still can use it.
no problem cooll;
Image
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

Re: Folder Options
un kn0 wn
kl thanks for the code.
User avatar
Bomberman
Just Registered
Just Registered
Posts: 7
Joined: Sat Jul 17, 2010 2:00 pm

Re: Folder Options
Bomberman
Thanks for the tip
8 posts Page 1 of 1
Return to “Quick Snips”