I am designing an application which may load files from ftp sites. I figured that I then better stick to exclusively using NSURL for file names throughout my program.
It turns out that NSURL suck in that I always have to do [NSURL fileURLWithPath:
So should I just use normal NSStrings and handle ftp opens specially (i.e. not tell the document controller about it on so)?