Language
The Free and Open Productivity Suite
PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
:: osl :: class FileBase
- Base Classes
- None.
- Known Derived Classes
- VolumeDevice
File
virtual |
abstract |
interface |
template |
NO |
NO |
NO |
NO |
- Summary
Base class for all filesystem specific objects
- See Also
- Directory
DirectoryItem
File
- File
- file.hxx
Public Members
-
Static Methods
|
static RC
getCanonicalName( const ::rtl::OUString & strRequested, ::rtl::OUString & strValid ); |
|
static RC
getAbsoluteFileURL( const ::rtl::OUString & strDirBase, const ::rtl::OUString & strRelative, ::rtl::OUString & strAbsolute ); |
Converts a file URL relative to a given file directory URL into an full qualified URL.
|
static RC
getSystemPathFromFileURL( const ::rtl::OUString & strFileURL, ::rtl::OUString & strSystemPath ); |
Converts a file URL into a full qualified system path
|
static RC
getFileURLFromSystemPath( const ::rtl::OUString & strSystemPath, ::rtl::OUString & strFileURL ); |
Converts a full qualified system path into a file URL
|
static RC
searchFileURL( const ::rtl::OUString & strFileName, const ::rtl::OUString & strSystemSearchPath, ::rtl::OUString & strFileURL ); |
Searches a full qualified system path / file URL
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.