Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
IsolatedStorage's concrete file path is controled by .NET framework, we should always use IsolatedStorage's method to write/read the data. Usually it is in the directory below. C:\Documents and Settings\v-phuang\Local Settings\Application Data\IsolatedStorage e.g. You will find it is not predictable. C:\Documents and Settings\v-phuang\Local Settings\Application Data\IsolatedStorage\3tc5ggky.5gr\dmwbcbtm.f2w\Url .kddvnk2rsg3bfnvnoazlcymom ubiim5q You can use the Isolated Storage Tool (Storeadm.exe) utility to list and remove the Isolated Storage files that are created with this console application. IsolatedStorageFile Class Represents an isolated storage area containing files and directories. Here is some code about how to read and write to files with IsolatedStorageFileStream Reading and Writing to Files http://msdn.microsoft.com/library/de...us/cpguide/htm l/cpconreadingwritingtofiles.asp Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resource Scheduling/loading | Excel Worksheet Functions | |||
Resource loading (difficulty with date functions) | Excel Worksheet Functions | |||
Using axSpreadsheet | Excel Worksheet Functions | |||
Available Resource Error | Excel Discussion (Misc queries) | |||
Opening an Excel file in OWC10.AxSpreadSheet | Excel Programming |