friends;
i type this code out of vb.net maybe you will find some errors
i'm use this code to get all directory in c:\
what i need is :
not folder on c:\ only but i want to display all subfolder of the folder
i want display all folder and subfolder to change the attrib
how can i do that:
thank you
dim windir as new directroyinfo ("C:\")
dim dr () as directoryinfo = windir.getdirctory
for i = o to lin dr -1
dr(i).name
next
i type this code out of vb.net maybe you will find some errors
i'm use this code to get all directory in c:\
what i need is :
not folder on c:\ only but i want to display all subfolder of the folder
i want display all folder and subfolder to change the attrib
how can i do that:
thank you
dim windir as new directroyinfo ("C:\")
dim dr () as directoryinfo = windir.getdirctory
for i = o to lin dr -1
dr(i).name
next