On Sun, 28 Mar 1999, Peter Prymmer wrote: > > On Fri, 19 Mar 1999, Peter Prymmer wrote: > > Here it looks like the C RTL's symlink(pathname,linkname) is all that is > needed to create a Finder Alias. What header file/lib do I need? > (I presume that there is no <unistd.h> with the MW compiler kit). > There _is actually a <unistd.h> with Metrowerks, but they only attempt to provide a subset of functions. symlink() is not one of them, leastways not in CW Pro 3 (it's time to upgrade...but it's probably not in Pro 4, either). However, Matthias has a symlink() prototype in GUSI:includes:unistd.h, and the function definition in GUSI:src:GUSIFile.cp. For a lot of these things just use Alpha or BBEdit to do batch searches in GUSI. HTH, Arved ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-porters-request@macperl.org