I'm getting an UnsupportedFormatException in a console app on OS X
(10.4.6) when I try the following call:
f = GetFolderItem( "~/Temp/stuff", FolderItem.PathTypeShell )
Yet the following works just fine:
f = GetFolderItem( "/Users/jstrout/Temp/stuff", FolderItem.PathTypeShell )
and in Terminal, the two paths are equivalent (since ~ is simply my
home folder, /Users/jstrout). I'd like to use the former though, so
it I don't bake in so much detail about where my home directory is.
Can anybody think of a reason why it should behave this way?
Thanks,
- Joe
--
Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>