Jump to content

Category talk:Wren-ioutil: Difference between revisions

→‎Source code: Corrected method name.
(→‎Source code: Bug-fix.)
(→‎Source code: Corrected method name.)
Line 23:
// The files must exist and not be the same file.
// Use only if the entire contents of both files can be held temporarily in memory.
static areDuplicates(path1, path2) { !areSamefileareSameFile(path1, path2) && read(path1) == read(path2) }
 
// Private worker method for copying files.
9,488

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.