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

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

[Dotgnu-pnet-commits] CVS: pnet/engine lib_dir.c,1.10,1.11 int_proto.h,1


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_dir.c,1.10,1.11 int_proto.h,1.33,1.34
Date: Sun, 01 Dec 2002 04:56:05 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv24704/engine

Modified Files:
        lib_dir.c int_proto.h 
Log Message:
SetCurrentDirectory internal calls


Index: lib_dir.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_dir.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** lib_dir.c   28 Nov 2002 22:56:54 -0000      1.10
--- lib_dir.c   1 Dec 2002 09:56:03 -0000       1.11
***************
*** 170,173 ****
--- 170,179 ----
  }
  
+ ILInt32 _IL_DirMethods_ChangeDirectory(ILExecThread * _thread, 
+                                                                               
ILString * name)
+ {
+       return ILChangeDir(ILStringToAnsi(_thread,name));
+ }
+ 
  /*
   * public static Errno GetFilesInDirectory(String path, out 

Index: int_proto.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_proto.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** int_proto.h 28 Nov 2002 22:56:54 -0000      1.33
--- int_proto.h 1 Dec 2002 09:56:03 -0000       1.34
***************
*** 385,388 ****
--- 385,389 ----
  extern ILInt32 _IL_DirMethods_GetLastModification(ILExecThread * _thread, 
ILString * path, ILInt64 * last_mod);
  extern ILInt32 _IL_DirMethods_GetFilesInDirectory(ILExecThread * _thread, 
ILString * path, System_Array * * files);
+ extern ILInt32 _IL_DirMethods_ChangeDirectory(ILExecThread * _thread, 
ILString * name);
  
  extern void _IL_Stdio_StdClose(ILExecThread * _thread, ILInt32 fd);





reply via email to

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