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


MacOSX-Alias documentation  | view source Contained in the MacOSX-Alias distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	use MacOSX::Alias qw(read_alias make_alias);

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




DESCRIPTION

Top

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

Top

SEE ALSO

Top

SOURCE AVAILABILITY

Top

This source is in Github

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

AUTHORS

Top

Chris Nandor <cnandor@cpan.org>

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Top


MacOSX-Alias documentation  | view source Contained in the MacOSX-Alias distribution.