Page 1 of 1

WIKI "Hard and Soft Links" error?

Posted: Sun Apr 27, 2014 5:58 pm
by xenic
At the bottom of the WIKI page titled "Hard and Soft Links", it states that soft links are not supported by the MAKELINK command. The MAKELINK command has a "SOFT" argument so I think the WIKI is incorrect and should be updated.

Re: WIKI "Hard and Soft Links" error?

Posted: Sun Apr 27, 2014 11:56 pm
by tonyw
It certainly should. Thanks for pointing it out.

BTW, these days the "Soft" option is the default in MakeLink (since V53.3). You need to specify the "Hard" option to make a hard link.

Re: WIKI "Hard and Soft Links" error?

Posted: Mon Apr 28, 2014 12:19 am
by nbache
tonyw wrote:BTW, these days the "Soft" option is the default in MakeLink (since V53.3). You need to specify the "Hard" option to make a hard link.
I think 53.2 is the last public version, though.

Best regards,

Niels

Re: WIKI "Hard and Soft Links" error?

Posted: Mon Apr 28, 2014 1:28 pm
by kas1e
fixed

Re: WIKI "Hard and Soft Links" error?

Posted: Mon Apr 28, 2014 4:40 pm
by ssolie
kas1e wrote:fixed
Thanks!

Re: WIKI "Hard and Soft Links" error?

Posted: Mon Apr 28, 2014 5:49 pm
by xenic
@all
Thanks kas1e. Actually the entire link explanation needs an update. The links WIKI page refers to ST_LINKFILE etc. which is obsolete (SDK:Include/include_h/dos/obsolete.h) and replaced with definitions like FSO_TYPE_SOFTLINK for the new ExamineData structure which replaces the use of the FileInfoBlock structure in OS4. Probably Colin Wenzel should be consulted about how the links WIKI page should be updated.