Implement FILEMAN:Copy(string fromPath, string toPath)

Copies a file from `fromPath` to `toPath`. Returns `true` if the file
was copied successfully.
This commit is contained in:
Martin Natano
2022-03-13 12:37:11 -07:00
committed by teejusb
parent 67d1c78450
commit 1036d20e11
4 changed files with 46 additions and 8 deletions
+1
View File
@@ -1592,6 +1592,7 @@
<Function name='destroy'/>
</Class>
<Class name='RageFileManager'>
<Function name='Copy'/>
<Function name='DoesFileExist'/>
<Function name='GetDirListing'/>
<Function name='GetFileSizeBytes'/>