• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UFS can't handle creation date
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UFS can't handle creation date


  • Subject: Re: UFS can't handle creation date
  • From: John Hörnkvist <email@hidden>
  • Date: Fri, 20 Sep 2002 15:46:50 +0200

On Friday, September 20, 2002, at 03:22 PM, Development wrote:

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.



Something like this:
- (NSString*)fileSystemType:(NSString*)fileName
{
struct statfs fs_struct;
statfs([fileName fileSystemRepresentation], &fs_struct);
return [NSString stringWithCString:fs_struct.f_fstypename];
}

Regeards,
John Hvrnkvist
_______________________________________________
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.

  • Follow-Ups:
    • Re: UFS can't handle creation date
      • From: Development <email@hidden>
References: 
 >UFS can't handle creation date (From: Development <email@hidden>)

  • Prev by Date: Re: runModalForWindow allows window switching
  • Next by Date: Re: sheet comes unglued from its window
  • Previous by thread: UFS can't handle creation date
  • Next by thread: Re: UFS can't handle creation date
  • Index(es):
    • Date
    • Thread