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

(part of PKFILE)

Return Type: void

Parameters: theFile ( string ), success, failure ( function )

Deletes the file identified by theFile. If the removal is successful, the success function will be called. If it fails, failure will be called instead.

Example:

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

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally