| MacOSX-Alias documentation | view source | Contained in the MacOSX-Alias distribution. |
MacOSX::Alias - Read or create Mac OS X aliases
use MacOSX::Alias qw(read_alias make_alias); my $path = read_alias( $filename ); my $boolean = make_alias( $target_name, $alias_name );
Returns the target file path on success, and undef on failure.
Returns true on success, and undef on failure.
This source is in Github
git://github.com/briandfoy/macosx-alias.git
Chris Nandor <cnandor@cpan.org>
brian d foy, <bdfoy@cpan.org>
Copyright (c) 2007-2008, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.
| MacOSX-Alias documentation | view source | Contained in the MacOSX-Alias distribution. |