class KRemoteFile

Obtain and keep track of the local copy of a remote file, removes the file when it is deleted. More...

Definition#include <kremotefile.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Obtain and keep track of the local copy of a remote file, removes the file when it is deleted.

 KRemoteFile (const char *url)

Fetch a remote file.

KRemoteFile ()

[virtual]

Clean up the remote file object and delete the temporary file.

const char * tempName ()

Get the name of the local copy.

const char * url ()

Get the url it came from.