|
File::Path::Localize - locale and path aware file name resolution |
File::Path::Localize - locale and path aware file name resolution
use File::Path::Localize;
my @filenames = File::Path::Localize::expand(filename => $filename,
locales => \@locales);
my $filepath = File::Path::Localize::locate(filename => $filename,
path => \@path,
locales => \@locales);
The File::Path::Localize module provides a method to turn a relative filename into an absolute filename using a listed of paths. It can also localize the file path based on a list of locales.
Daniel Berrange <dan@berrange.com>
Copyright (C) 2004 Daniel P. Berrange <dan@berrange.com>
L<perl(1)>
|
File::Path::Localize - locale and path aware file name resolution |