LibreOffice
LibreOffice 5.0 SDK API Reference
|
Offers a simple access to resources, like files and folders located in a
local file system or on an WebDAV server. More...
import "SimpleFileAccess.idl";
Additional Inherited Members | |
![]() | |
boolean | isHidden ([in] string FileURL) raises ( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception ) |
Checks if a file is "hidden". More... | |
void | setHidden ([in] string FileURL,[in] boolean bHidden) raises ( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception ) |
Sets the "hidden" of a file according to the boolean parameter, if the actual process has the right to do so and the used operation system supports this operation. More... | |
Offers a simple access to resources, like files and folders located in a
local file system or on an WebDAV server.