Overview
Replaces contents of file with another file.void myFiles.Replace(id: string, replaceWith: string)
Arguments
string id
Id number of file to be replaced.
string replaceWith
Id number of file to be replace.
void myFiles.Replace(id: string, replaceWith: string)