Urgent: Isolated Storage

  • Thread starter Thread starter gani
  • Start date Start date
Hi Gani,

I think you can use IsolatedStorageFile.GetDirectoryNames method to get the
isolated storage directory.

Hope this helps,

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "gani" <[email protected]>
| Subject: Urgent: Isolated Storage
| Date: Thu, 23 Oct 2003 13:17:38 +0800
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: 202.175.250.114
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:193418
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
|
| hi,
| how to get the fullpath of created IsolatedStorage directory.
| thanks.
|
| --
| gani
|
|
|
|
|
|
 
Hi Gani,

IsolatedStorageFile.GetDirectoryNames will get the related path of certain
directory.
There is no way to get the full path of the IsolatedStorage directory,
because this is the design goal of Isolated Storage.
Can you tell me why you want to get the full path of the IsolatedStorage
directory?

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| X-Tomcat-ID: 236393395
| References: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) ("Jeffrey Tan[MSFT]")
| Organization: Microsoft
| Date: Thu, 23 Oct 2003 08:34:27 GMT
| Subject: RE: Urgent: Isolated Storage
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| Message-ID: <XfYU#[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Lines: 29
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:193449
| NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
|
|
| Hi Gani,
|
| I think you can use IsolatedStorageFile.GetDirectoryNames method to get
the
| isolated storage directory.
|
| Hope this helps,
|
| Best regards,
| Jeffrey Tan
| Microsoft Online Partner Support
| Get Secure! - www.microsoft.com/security
| This posting is provided "as is" with no warranties and confers no rights.
|
| --------------------
| | From: "gani" <[email protected]>
| | Subject: Urgent: Isolated Storage
| | Date: Thu, 23 Oct 2003 13:17:38 +0800
| | Lines: 12
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| | Message-ID: <[email protected]>
| | Newsgroups: microsoft.public.dotnet.languages.csharp
| | NNTP-Posting-Host: 202.175.250.114
| | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| | Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.csharp:193418
| | X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| |
| |
| | hi,
| | how to get the fullpath of created IsolatedStorage directory.
| | thanks.
| |
| | --
| | gani
| |
| |
| |
| |
| |
| |
|
|
 
Physical path of Isolated Directory storage is decide by .NET
framework . I doubt it is possible.
 
Back
Top