• 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: pathnames in Tiger not showing volume name
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pathnames in Tiger not showing volume name


  • Subject: Re: pathnames in Tiger not showing volume name
  • From: "Michael Hanna" <email@hidden>
  • Date: Wed, 30 Jan 2008 11:31:22 -0800

Hi Herb!

This is on Tiger? I just tried what you suggested like this:

    if (FSPathMakeRef((const UInt8 *)[filePath
fileSystemRepresentation], &fileRef, &isDirectory) == noErr)
    {

        CFURLRef theURL = CFURLCreateFromFSRef( kCFAllocatorDefault, &fileRef );
        NSURL *fileURL = (NSURL*)theURL;

        NSLog(@"[fileURL path] %@", [fileURL path]);
    }

and the -path I get back is identical to the [NSString
-fileSystemRepresentation](contains the smbfs server name, not the
name of the actual smb volume).

Michael

On Jan 30, 2008 8:58 AM, Herb Petschauer <email@hidden> wrote:
>
> On 30/01/2008, Michael Hanna <email@hidden> wrote:
> > Hi there, I've run into a problem with pathnames that have been
> > dragged-and-dropped on a window. They are exactly like the paths which
> > you'd expect from -fileSystemRepresentation. In Leopard, the pathnames
> > from an SMB mount I will get from the Finder are like:
> >
> > /Volumes/SMB_Mount/Files/AnnualReport_Cover.pdf
> >
> > but in Tiger I would get something like:
> >
> > /Volumes/SMB_Server/Files/AnnualReport_Cover.pdf
> >
> > where I'll get the server name and not the volume name.
> >
> > I've been hacking these paths to create a UNC path, but on Tiger this
> > is impossible because I can't get the Volume name.
> >
> > Perhaps there's a better, more general way to create paths in
> > Carbon(for instance)? I've tried creating an FSRef, but being very
> > Carbon ignorant have just been stabbing in the dark with it. For
> > instance, I tried to make an NSURL from CFURLCreateFromFSRef hoping
> > that would give me something more general, but that didn't change
> > anything.
> >
> > Michael
>
> Oddly enough, I'm Cocoa ignorant but a bit more Carbon savvy :-)
>
> Actually I've got a Foundation tool that accepts files dragged onto
> the application icon.  My handler for this accepts an NSURL.  All I do
> is call the NSURL's "path" method and the path I get is something like
>
> /Volumes/DEV/somefile.txt.
>
> I admit that may be different than your situation but it does seem to
> be possible to get the path you are looking for...
>
> Cheers,
> -H.
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: pathnames in Tiger not showing volume name
      • From: "Herb Petschauer" <email@hidden>
References: 
 >pathnames in Tiger not showing volume name (From: "Michael Hanna" <email@hidden>)
 >Re: pathnames in Tiger not showing volume name (From: "Herb Petschauer" <email@hidden>)

  • Prev by Date: Re: More trouble with NSCollectionView
  • Next by Date: Re: More trouble with NSCollectionView
  • Previous by thread: Re: pathnames in Tiger not showing volume name
  • Next by thread: Re: pathnames in Tiger not showing volume name
  • Index(es):
    • Date
    • Thread