Skip to content
kerrishotts edited this page Nov 15, 2012 · 1 revision

(part of PKFILE)

Return Type: void

Parameters: source, target ( string ), success, failure ( function )

Copies the file identified by source to the target. If the copy is successful, the success function will be called. If it fails, failure will be called instead.

Example:

PKFILE.copyFileTo ( "doc://test.jpg",
                    "doc://another.jpg",
                    callWhenSuccessful,
                    callWhenFailure );

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally