Is a file an alias?

David Bovill david at openpartnership.net
Mon May 5 12:05:36 EDT 2008


I guess this works? Can someone test it on windows?

function file_IsAlias someFile
>     put the aliasreference of someFile into testAlias
>     return someFile is not testAlias
> end file_IsAlias
>

2008/5/5 David Bovill <david at openpartnership.net>:

> Is there a way to find out if a file is an alias. The only way I can do it
> at the moment is with MacOS specific hacks?
>



More information about the use-livecode mailing list