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.3,1


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Platform FileMethods.cs,1.3,1.4
Date: Fri, 03 Jan 2003 23:40:24 -0500

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

Modified Files:
        FileMethods.cs 
Log Message:
Patch #917 from Aditya Bansod for File.Set*Time


Index: FileMethods.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform/FileMethods.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** FileMethods.cs      25 Dec 2002 04:14:06 -0000      1.3
--- FileMethods.cs      4 Jan 2003 04:40:22 -0000       1.4
***************
*** 113,116 ****
--- 113,126 ----
        [MethodImpl(MethodImplOptions.InternalCall)]
        extern public static Errno Copy(string src, string dest);
+ 
+       // Sets the last write time of a file
+       // Returns an Errno for the call status
+       [MethodImpl(MethodImplOptions.InternalCall)]
+       extern public static Errno SetLastWriteTime(string path, long ticks);
+ 
+       // Sets the last access time for a file
+       // Returns an Errno for the call status
+       [MethodImpl(MethodImplOptions.InternalCall)]
+       extern public static Errno SetLastAccessTime(string path, long ticks);
        
  }; // class FileMethods





reply via email to

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