dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Portable.NET InternalCalls for hacking


From: morphius
Subject: Re: [DotGNU]Portable.NET InternalCalls for hacking
Date: Tue, 21 May 2002 11:12:10 -0700 (PDT)

I'm currently handling DirMethods. Included the list i'm handling.

- Morphius

>  * public static Errno GetLastAccess(String path, out long lastac); in
>    Platform.DirMethods
>    -- to be implemented in lib_platform.c:290
>    -- wrap the stat() and access() functions in a ILFileGetXXX func in
>       support/ and .....
> 
>  * public static Errno GetLastModification(String path, out long last_mod);
>    in Platform.DirMethods
>    -- to be implemented in lib_platform.c:302
>    -- similar to above 
>    
>  * public static Errno GetCreationTime(String path, out long last_mod);
>    in Platform.DirMethods
>    -- to be implemented in lib_platform.c:310
>    -- similar to above 
> 
> Also left are the DirMethods.Copy , DirMethods.Delete , DirMethods.Rename



reply via email to

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