- Jun
- 794
- 7
I don't understand what is happening with copy /uf. My c: drive is an ntfs hard disk. My f: drive is a FAT USB key. I copy a file from c: to f:, then copy /uf it back. I would expect that it wouldn't be copied back, but it is.
Code:
C:\Junk>echo %@filetime[Foo.bar,,s] %@fileage[foo.bar]
20:37:39 129745030598204083
C:\Junk>copy Foo.bar f:\
C:\Junk\Foo.bar => F:\Foo.bar
1 file copied
C:\Junk>echo %@filetime[f:\Foo.bar,,s] %@fileage[f:\foo.bar]
20:37:40 129745030600000000
C:\Junk>copy /uf f:\Foo.bar .
F:\Foo.bar => C:\Junk\Foo.bar
1 file copied
C:\Junk>echo %@filetime[Foo.bar,,s] %@fileage[foo.bar]
20:37:40 129745030600000000
C:\Junk>ver
TCC 13.03.45 Windows Vista [Version 6.0.6002]