23 module
com { module sun { module star { module ucb {
39 void copy( [in]
string SourceURL, [in]
string DestURL )
51 void move( [in]
string SourceURL, [in]
string DestURL )
62 void kill( [in]
string FileURL )
73 boolean isFolder( [in]
string FileURL )
84 boolean isReadOnly( [in]
string FileURL )
96 void setReadOnly( [in]
string FileURL, [in]
boolean bReadOnly )
104 void createFolder( [in]
string NewFolderURL )
114 long getSize( [in]
string FileURL )
126 string getContentType( [in]
string FileURL )
149 sequence<string> getFolderContents( [in]
string FolderURL, [in]
boolean bIncludeFolders )
160 boolean exists( [in]
string FileURL )
the base of all UNO exceptions
Definition: Exception.idl:28
represents a combined date+time value.
Definition: DateTime.idl:26
Definition: Ambiguous.idl:20
This is the basic interface to read data from a stream.
Definition: XSimpleFileAccess.idl:27
An interaction request handler.
Definition: XInteractionHandler.idl:26
offers read and write access to the same stream.
Definition: XStream.idl:26
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:29
This exception is thrown to indicate that a command was aborted.
Definition: CommandAbortedException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45