mobileFX WebKitX ActiveX
WebKitX JavaScript Externs~-_namespace / CopyFile Method
Absolute path to source file.
Absolute path to destination folder, including destination file name.
In This Topic
    CopyFile Method
    In This Topic
    CopyFile copies a file to destination folder
    Syntax
    var value; // Type: boolean
    
    // Parameters
    var Src; // Type:  string
    var Dst; // Type:  string
    
    value = CopyFile(Src, Dst);
    function CopyFile( 
       Src : string,
       Dst : string
    ) : boolean;

    Parameters

    Src
    Absolute path to source file.
    Dst
    Absolute path to destination folder, including destination file name.
    Browser Compatibility
    80