(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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.

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.