19 #ifndef __com_sun_star_ucb_XSimpleFileAccess_idl__
20 #define __com_sun_star_ucb_XSimpleFileAccess_idl__
35 module
com { module sun { module star { module ucb {
51 void copy( [in]
string SourceURL, [in]
string DestURL )
63 void move( [in]
string SourceURL, [in]
string DestURL )
74 void kill( [in]
string FileURL )
85 boolean isFolder( [in]
string FileURL )
96 boolean isReadOnly( [in]
string FileURL )
105 void setReadOnly( [in]
string FileURL, [in]
boolean bReadOnly )
113 void createFolder( [in]
string NewFolderURL )
123 long getSize( [in]
string FileURL )
135 string getContentType( [in]
string FileURL )
158 sequence<string> getFolderContents( [in]
string FolderURL, [in]
boolean bIncludeFolders )
169 boolean exists( [in]
string FileURL )
the base of all UNO exceptions
Definition: Exception.idl:32
represents a combined date+time value.
Definition: DateTime.idl:28
– idl definition –
Definition: Ambiguous.idl:22
This is the basic interface to read data from a stream.
Definition: XSimpleFileAccess.idl:39
An interaction request handler.
Definition: XInteractionHandler.idl:32
offers read and write access to the same stream.
Definition: XStream.idl:32
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:37
This exception is thrown to indicate that a command was aborted.
Definition: CommandAbortedException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47