Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Creates a new copy of file

FileInfo Files.Copy(id: string)

Arguments

string id
Id number of of file

Example

Code Block
languagets
var file = $File.Copy('1234');
console.log(file.Id);

Examples

Code Block
languagets
var file = $File.Copy('1234');
console.log(file.Id);