NAME

MacOSX::Alias - Read or create Mac OS X aliases

SYNOPSIS

use MacOSX::Alias qw(read_alias make_alias);

my $path    = read_alias( $filename );
my $boolean = make_alias( $target_name, $alias_name );

DESCRIPTION

read_alias( ALIAS )

Returns the target file path on success, and undef on failure.

make_alias( TARGET, ALIAS )

Returns true on success, and undef on failure.

TO DO

SEE ALSO

SOURCE AVAILABILITY

This source is in Github

git://github.com/briandfoy/macosx-alias.git

AUTHORS

Chris Nandor <cnandor@cpan.org>

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2007-2008, brian d foy, All Rights Reserved.

You may redistribute this under the same terms as Perl itself.