The file_copy function in the language provides a straightforward way to replicate the entire data of one file to another. Unlike some actions, it doesn't attempt to interpret the file's layout; instead, it merely reads all bits from the initial file and writes them to the target document. Consequently, it's suitable for dealing with unformatted… Read More