UFS can't handle creation date
UFS can't handle creation date
- Subject: UFS can't handle creation date
- From: Development <email@hidden>
- Date: Fri, 20 Sep 2002 15:22:31 +0200
Hi all,
I'm trying to copy some files from a source path to a destination path.
If the items to copy already exist at the destination path, I want to
verify the creation dates.
Everything works fine, until UFS volumes join the game:
Obviously, UFS doesn't handle the creation date.
- Does anybody know how to work around this problem or at least, how to
find out if the path resides on a UFS volume?
- Can I use
[[NSFileManager defaultmanager] fileSystemAttributesAtPath: myPath]]
to distinguish between HFS(+) and UFS, maybe converting the
NSFileSystemNumber in one way or another?
tia,
Dirk Stegemann
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.