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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_sysio.h,1.12,1.13


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_sysio.h,1.12,1.13
Date: Fri, 03 Jan 2003 23:42:59 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv4545/include

Modified Files:
        il_sysio.h 
Log Message:
Patch #916 from Aditya Bansod for file time management


Index: il_sysio.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_sysio.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** il_sysio.h  25 Dec 2002 04:12:53 -0000      1.12
--- il_sysio.h  4 Jan 2003 04:42:56 -0000       1.13
***************
*** 153,156 ****
--- 153,166 ----
  
  /*
+  * Sets the modification time of a specified file.
+  */
+ int ILSysIOSetModificationTime(const char *path, ILInt64 time);
+ 
+ /*
+  * Sets the access time of a specified file.
+  */
+ int ILSysIOSetAccessTime(const char *path, ILInt64 time);
+ 
+ /*
   * Copies a file from src to dest
   */





reply via email to

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