Wx::Perl::FSHandler::UNC - A filesystem handler for UNC filepaths


Wx-Perl-FSHandler-UNC documentation  | view source Contained in the Wx-Perl-FSHandler-UNC distribution.

Index


NAME

Top

Wx::Perl::FSHandler::UNC - A filesystem handler for UNC filepaths

SYNOPSIS

Top

  use Wx::Perl::FSHandler::UNC;
  Wx::FileSystemHandler::AddHandler( new  Wx::Perl::FSHandler::UNC );

DESCRIPTION

Top

Wx::Perl::FSHandler::UNC is a wxFileSystemHandler. The default file system handlers don't appear to support UNC file paths since the slashes are un-microsoft'd by default.

WX SPECIFICS

Top

See SYNOPSIS for usage.

IO::File is used to open files given a UNC file path.

This module overrides two methods of wxFileSystemHandler: CanOpen() and OpenFile().

LIMITATIONS

Top

This handler opens files only in read-only mode.

FindFirst() and FindNext() are not implemented. They will need to be if wildcards are being used.

AUTHOR

Top

	Simon Flack <cpan _at_ bbc _dot_ co _dot_ uk>

SEE ALSO

Top

wxWidgets: wxFileSystem, wxFSFile, wxFileSystemHandler, wxFileSystem Overview

wxPerl http://wxperl.sourceforge.net

Win32::NetName

Wx::Perl::FSHandler::LWP

IO::File

COPYRIGHT

Top


Wx-Perl-FSHandler-UNC documentation  | view source Contained in the Wx-Perl-FSHandler-UNC distribution.