I have an application where I need to keep an index over files in a directory and I need to be able to access these files. However, when I have a URL object and call the absoluteString to get the path to either folder or a file it prepends the String with file://. First of I am not sure why it does this and secondly, how to avoid this, without utilising string manipulation.
/Lars