[POSIX] Fix NzFileImpl::copy return value.
Former-commit-id: fdb2ed820a4e504c3e1872a9a9a19dea9ac2d351
This commit is contained in:
@@ -174,6 +174,7 @@ bool NzFileImpl::Copy(const NzString& sourcePath, const NzString& targetPath)
|
|||||||
|
|
||||||
close(fd1);
|
close(fd1);
|
||||||
close(fd2);
|
close(fd2);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool NzFileImpl::Delete(const NzString& filePath)
|
bool NzFileImpl::Delete(const NzString& filePath)
|
||||||
|
|||||||
Reference in New Issue
Block a user