mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
So not attempt to alter creation date of newly created file.
This commit is contained in:
parent
2132ba09d9
commit
41ab84eaba
1 changed files with 3 additions and 1 deletions
|
@ -1787,9 +1787,11 @@ failure:
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* We have created a new file - so we attempt to make it's
|
* We have created a new file - so we attempt to make it's
|
||||||
* attributes match that of the original.
|
* attributes match that of the original (except for those
|
||||||
|
* we can't reasonably set).
|
||||||
*/
|
*/
|
||||||
[att removeObjectForKey: NSFileSize];
|
[att removeObjectForKey: NSFileSize];
|
||||||
|
[att removeObjectForKey: NSFileCreationDate];
|
||||||
[att removeObjectForKey: NSFileModificationDate];
|
[att removeObjectForKey: NSFileModificationDate];
|
||||||
[att removeObjectForKey: NSFileReferenceCount];
|
[att removeObjectForKey: NSFileReferenceCount];
|
||||||
[att removeObjectForKey: NSFileSystemNumber];
|
[att removeObjectForKey: NSFileSystemNumber];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue