NSFileWrapper in Java
NSFileWrapper in Java
- Subject: NSFileWrapper in Java
- From: Marco Binder <email@hidden>
- Date: Wed, 24 Jul 2002 00:16:36 +0200
Hello...
I try to access the attributes of a file either by creating a NSFileWrappper
for it and using .fileAttributes() or directly by invoking
NSPathUtilities.fileAttributes(string,boolean), both of which should give me
a NSDictionary with the attributes. I never get this NSDictionary object,
its always null. Whats wrong? Did I miss something?
2. question: How can I resolve an Alias? I though
NSPathUtilities.stringByResolvingSymlinksInPath(string) should work, but I
just get back the original path, the one pointing to the alias itself, not
the real file... ????
Thanks for help,
Marco
--
_______________________________________________
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.