(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: osl ::

class FileBase


Base Classes
None.
Known Derived Classes
VolumeDevice
File
DirectoryItem
Directory

virtual abstract interface template
NO NO NO NO
Summary
Base class for all File System specific objects.
See Also
Directory
DirectoryItem
File
File
file.hxx

Public Members

Enums

RC

Static Methods

static RC
getCanonicalName( const ::rtl::OUString & ustrRequestedURL, ::rtl::OUString & ustrValidURL );
Determine a valid unused canonical name for a requested name.
static RC
getAbsoluteFileURL( const ::rtl::OUString & ustrBaseDirectoryURL, const ::rtl::OUString & ustrRelativeFileURL, ::rtl::OUString & ustrAbsoluteFileURL );
Convert a path relative to a given directory into an full qualified file URL.
static RC
getSystemPathFromFileURL( const ::rtl::OUString & ustrFileURL, ::rtl::OUString & ustrSystemPath );
Convert a file URL into a system dependend path.
static RC
getFileURLFromSystemPath( const ::rtl::OUString & ustrSystemPath, ::rtl::OUString & ustrFileURL );
Convert a system dependend path into a file URL.
static RC
searchFileURL( const ::rtl::OUString & ustrFileName, const ::rtl::OUString & ustrSearchPath, ::rtl::OUString & ustrFileURL );
Searche a full qualified system path or a file URL.
static RC
getTempDirURL( ::rtl::OUString & ustrTempDirURL );
Retrieves the file URL of the system's temporary directory path.
static RC
createTempFile( ::rtl::OUString * pustrDirectoryURL, oslFileHandle * pHandle, ::rtl::OUString * pustrTempFileURL );

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.