| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
CopyFile() returns OK (no error) but fails to copy the file
Question: Can anyone give a reason why when I do a CopyFile() operation, the status returns true but the file is NOT there....I checked Paths, Attributes andSecurity and all is Ok - but the file is just not there. The Code looks like this: Answer: You need admin rights to be able to write to yoursystem directory. Check wether you have administrator privileges.
Comments:
|