Unknown scheme returned by CFURLDestroyResource
I am trying to use CFURLDestroyResource to delete a file I've read using ftp but I'm getting
kCFURLUnknownSchemeError which 'Indicates that the scheme is not recognized' but I don't understand what that means.
Does anyone know?
The url is correct as I can get the file from that location using ftp - I just want to delete it when I've finished - is there another way of doing this?
|