Hi,I'm working on implementation of unimplemented properties in NSURL.swift.public var filePathURL: NSURL?As per specification[1] which says "If the receiver is a file reference URL, this property contains a copy
of the URL converted to a file path URL. If the receiver’s URL is a file
path URL,
On 5/7/16 08:07, Bhaktavatsal R Maram via swift-corelibs-dev wrote:
> I'm working on implementation of unimplemented properties in NSURL.swift.
>
> /public var filePathURL: NSURL?/
>
> As per specification[1] which says "If the receiver is a file reference URL,
> this property contains a copy of