Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: ucb ::

interface XSimpleFileAccess3
Base Interfaces
XSimpleFileAccess3XSimpleFileAccess2XSimpleFileAccess

XSimpleFileAccess2
(referenced interface's summary:)
This is an extension to the interface XSimpleFileAccess.
Description
This is an extension to the interface XSimpleFileAccess2.
Since
OOo 1.1.2

Methods' Summary
isHidden Checks if a file is "hidden"  
setHidden 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.  
Methods' Details
isHidden
boolean
isHidden( [in] string  FileURL )
raises( CommandAbortedException,
::com::sun::star::uno::Exception );

Description
Checks if a file is "hidden"
Parameter FileURL
URL to be checked
Returns
true, if the given File is "hidden", false otherwise
setHidden
void
setHidden( [in] string  FileURL,
[in] boolean  bHidden )
raises( CommandAbortedException,
::com::sun::star::uno::Exception );

Description
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.
Parameter bHidden
true; "hidden" flag will be set, false; "hidden" flag will be reset
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.