dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO/IsolatedStorage Is


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO/IsolatedStorage IsolatedStorageFile.cs, 1.6, 1.7
Date: Sat, 30 Aug 2003 23:41:08 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage
In directory subversions:/tmp/cvs-serv15163/runtime/System/IO/IsolatedStorage

Modified Files:
        IsolatedStorageFile.cs 
Log Message:



Index: IsolatedStorageFile.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageFile.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** IsolatedStorageFile.cs      19 Aug 2003 05:43:33 -0000      1.6
--- IsolatedStorageFile.cs      31 Aug 2003 03:41:06 -0000      1.7
***************
*** 280,290 ****
                                if(InfoMethods.GetPlatformID() == 
PlatformID.Unix)
                                {
!                                       // Use the home directory under Unix 
systems.
!                                       baseDir = 
Environment.GetEnvironmentVariable("HOME");
!                                       if(baseDir == null || baseDir.Length == 
0)
!                                       {
!                                               return null;
!                                       }
!                                       baseDir = Path.Combine(baseDir, ".cli");
                                }
                                else if((scope & IsolatedStorageScope.Roaming) 
!= 0)
--- 280,285 ----
                                if(InfoMethods.GetPlatformID() == 
PlatformID.Unix)
                                {
!                                       // Use the user storage directory under 
Unix systems.
!                                       baseDir = 
InfoMethods.GetUserStorageDir();
                                }
                                else if((scope & IsolatedStorageScope.Roaming) 
!= 0)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]