Making Directory out of reach

G

Guest

Hi EveryBody:

I create directory by using the general formula that is :

Directroy.CreateDirctroy("C:\windows98")

and I want to make this dirctroy out of reach, I dont want any body to find
it, so I use file attributes to hide it, but as you know any one can go to
tools menu and go to folder option and choose show hidden files this option
will show my directory.

some body told me to use

System.IO.IsolatedStorage

but I dont know how can I use it, So is there any one can give me hint or
direction to use it, or how can I make my directory out of reach ?

any help will be appreciated

regard's

Husam
 
K

Ken Tucker [MVP]

Hi,

http://msdn.microsoft.com/library/d...latedstorageisolatedstoragefileclasstopic.asp

http://msdn.microsoft.com/library/d...tedStorageFileClassGetDirectoryNamesTopic.asp

http://msdn.microsoft.com/library/d...latedStorageFileClassCreateDirectoryTopic.asp

Ken
---------------------
Hi EveryBody:

I create directory by using the general formula that is :

Directroy.CreateDirctroy("C:\windows98")

and I want to make this dirctroy out of reach, I dont want any body to find
it, so I use file attributes to hide it, but as you know any one can go to
tools menu and go to folder option and choose show hidden files this option
will show my directory.

some body told me to use

System.IO.IsolatedStorage

but I dont know how can I use it, So is there any one can give me hint or
direction to use it, or how can I make my directory out of reach ?

any help will be appreciated

regard's

Husam
 
K

Ken Tucker [MVP]

Hi,

forgot to list this tool
http://msdn.microsoft.com/library/d...ml/cpgrfisolatedstorageutilitystoreadmexe.asp

Ken
-----------------
Hi,

http://msdn.microsoft.com/library/d...latedstorageisolatedstoragefileclasstopic.asp

http://msdn.microsoft.com/library/d...tedStorageFileClassGetDirectoryNamesTopic.asp

http://msdn.microsoft.com/library/d...latedStorageFileClassCreateDirectoryTopic.asp

Ken
---------------------
Hi EveryBody:

I create directory by using the general formula that is :

Directroy.CreateDirctroy("C:\windows98")

and I want to make this dirctroy out of reach, I dont want any body to find
it, so I use file attributes to hide it, but as you know any one can go to
tools menu and go to folder option and choose show hidden files this option
will show my directory.

some body told me to use

System.IO.IsolatedStorage

but I dont know how can I use it, So is there any one can give me hint or
direction to use it, or how can I make my directory out of reach ?

any help will be appreciated

regard's

Husam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top