On Sun, 7 Feb 2010 23:43:52 +0200, Graeme Geldenhuys wrote about Re: [fpc-pascal] programmatically creating desktop icons under Linux:
> On 7 February 2010 23:42, Graeme Geldenhuys <[email protected]> > wrote: > > > > Creating symbolic links (ls -s <src> <target>) should suffice. > > Typo, it should read: ln -s <src> <target> Actually, there is a symlink() API that can be called without creating a separate address space for an external command. -- Regards, Dave [RLU #314465] ======================================================================= [email protected] (David W Noon) ======================================================================= _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
