LibreOffice Module salhelper (master) 1
Public Member Functions | Public Attributes | List of all members
salhelper::LinkResolver Class Reference

#include <linkhelper.hxx>

Public Member Functions

 LinkResolver (sal_uInt32 nMask)
 
osl::FileBase::RC fetchFileStatus (const rtl::OUString &rURL, int nDepth=128)
 Resolve a file url if it's a symbolic link, to a maximum depth of nDepth and fill in m_aStatus with the requested ctor flags. More...
 

Public Attributes

osl::FileStatus m_aStatus
 

Detailed Description

Definition at line 22 of file linkhelper.hxx.

Constructor & Destructor Documentation

◆ LinkResolver()

salhelper::LinkResolver::LinkResolver ( sal_uInt32  nMask)
inline

Definition at line 27 of file linkhelper.hxx.

Member Function Documentation

◆ fetchFileStatus()

osl::FileBase::RC salhelper::LinkResolver::fetchFileStatus ( const rtl::OUString &  rURL,
int  nDepth = 128 
)
inline

Resolve a file url if it's a symbolic link, to a maximum depth of nDepth and fill in m_aStatus with the requested ctor flags.

Returns
osl::FileBase::E_None on success
See also
DirectoryItem::getFileStatus

Definition at line 42 of file linkhelper.hxx.

Member Data Documentation

◆ m_aStatus

osl::FileStatus salhelper::LinkResolver::m_aStatus

Definition at line 25 of file linkhelper.hxx.


The documentation for this class was generated from the following file: