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-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2009-05-06 11:06:11 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-14 22:59:27 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-16 19:10:22 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-14 09:47:43 +00:00
2010-07-14 08:14:32 +00:00
2010-06-22 02:36:40 +00:00
2010-06-26 22:39:46 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-28 22:38:23 +00:00
2010-07-10 06:53:15 +00:00
2010-07-08 07:24:58 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-06 19:02:19 +00:00
2010-07-10 08:49:17 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-10 16:00:41 +00:00
2010-06-28 14:23:11 +00:00
2010-07-08 10:35:53 +00:00
2010-07-08 10:35:53 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2007-09-25 01:21:03 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-17 18:20:37 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 16:53:35 +00:00
2010-07-08 10:35:53 +00:00
2010-07-08 07:24:58 +00:00
2010-06-03 14:48:23 +00:00
2010-07-28 22:38:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-08 07:24:58 +00:00
2010-06-24 21:21:48 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-16 13:16:40 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-08 10:35:53 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-08 10:35:53 +00:00
2010-02-08 22:19:16 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 21:11:33 +00:00
2010-02-08 21:52:47 +00:00
2010-06-03 14:48:23 +00:00
2010-06-14 22:59:27 +00:00
2010-07-07 21:11:33 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-17 13:05:21 +00:00
2010-06-03 14:48:23 +00:00
2010-06-10 17:30:22 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-19 21:19:40 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-22 22:10:26 +00:00
2010-07-08 07:24:58 +00:00
2010-06-14 22:59:27 +00:00
2010-06-14 22:59:27 +00:00
2010-06-15 10:00:45 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-05-12 00:27:04 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2010-06-30 22:47:20 +00:00
2010-06-03 14:48:23 +00:00
2010-06-22 01:21:46 +00:00