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.16,1.17


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_sysio.h,1.16,1.17
Date: Thu, 24 Apr 2003 02:00:45 -0400

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

Modified Files:
        il_sysio.h 
Log Message:


Fixes to various internalcalls.


Index: il_sysio.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_sysio.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** il_sysio.h  3 Apr 2003 05:39:33 -0000       1.16
--- il_sysio.h  24 Apr 2003 06:00:43 -0000      1.17
***************
*** 399,402 ****
--- 399,408 ----
  ILInt32 ILChangeDir(const char *path);
  
+ /*
+  * Get the type of file at a particular location.  Returns
+  * "ILFileType_Unknown" if the file does not exist.
+  */
+ int ILGetFileType(const char *path);
+ 
  #ifdef        __cplusplus 
  };





reply via email to

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