Viktor Szakats
929b57a7e0
2010-07-29 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/Makefile
* include/hbapifs.h
* include/hbextern.ch
+ src/rtl/fslink.c
+ tests/flink.prg
+ Added new C level functions to create file links:
HB_BOOL hb_fsLink( const char * pszExisting, const char * pszNewFile );
HB_BOOL hb_fsLinkSym( const char * pszTarget, const char * pszNewFile );
+ Added new Harbour level functions to create file links:
HB_FLINK( <cExistingFileName>, <cNewFileName> ) -> <nSuccess>
HB_FLINKSYM( <cTargetFileName>, <cNewFileName> ) -> <nSuccess>
; They work on POSIX and Windows Vista/7 systems.
* src/rtl/fserr.c
+ Mapped Windows error ERROR_PRIVILEGE_NOT_HELD to DOS error 5.
2010-07-28 22:38:23 +00:00
..
2010-07-27 10:55:41 +00:00
2010-07-28 20:40:24 +00:00
2010-07-28 20:40:24 +00:00
2010-07-27 22:16:52 +00:00
2010-07-14 20:14:17 +00:00
2010-07-28 10:56:37 +00:00
2010-07-28 21:09:14 +00:00
2010-07-28 22:38:23 +00:00
2010-07-28 20:40:24 +00:00
2010-07-28 22:38:23 +00:00
2010-07-28 22:38:23 +00:00
2010-07-28 16:31:03 +00:00
2010-07-28 22:38:23 +00:00
2010-07-04 13:47:00 +00:00
2009-08-23 10:57:51 +00:00
2010-07-27 21:52:52 +00:00
2010-07-27 10:45:27 +00:00
2010-07-27 13:26:40 +00:00
2010-07-27 13:26:40 +00:00
2010-07-28 11:59:55 +00:00
2010-07-28 16:31:03 +00:00
2009-09-15 13:48:33 +00:00
2010-01-28 23:35:32 +00:00
2009-10-31 09:47:47 +00:00
2009-12-05 12:11:36 +00:00