So I have converted an NSURL to a String. So if I println it looks like file:///Users/... etc.
NSURL
String
println
file:///Users/...
Later I want this
There is a nicer way of getting the string version of the path from the NSURL in Swift:
let path:String = url.path