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/Platform FileMethods.cs,1.4,1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Platform FileMethods.cs,1.4,1.5
Date: Wed, 08 Jan 2003 19:14:23 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform
In directory subversions:/tmp/cvs-serv23888/runtime/Platform

Modified Files:
        FileMethods.cs 
Log Message:


New methods for manipulating creation times.


Index: FileMethods.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform/FileMethods.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** FileMethods.cs      4 Jan 2003 04:40:22 -0000       1.4
--- FileMethods.cs      9 Jan 2003 00:14:21 -0000       1.5
***************
*** 123,126 ****
--- 123,131 ----
        [MethodImpl(MethodImplOptions.InternalCall)]
        extern public static Errno SetLastAccessTime(string path, long ticks);
+ 
+       // Sets the creation time for a file
+       // Returns an Errno for the call status
+       [MethodImpl(MethodImplOptions.InternalCall)]
+       extern public static Errno SetCreationTime(string path, long ticks);
        
  }; // class FileMethods





reply via email to

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