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 )

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

Example:

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

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally