View Single Post
Old 04-04-2018, 09:21 PM   #153
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,893
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Not sure if its relevant: when I want a URI for file, such as D:\Documents\Hart's Style Guide.pdf, I use a string such as this ==>> file:///D:/Documents/Hart%27s%20Style%20Guide.pdf

Essentially, prefix with "file:///", change back-slashes to forward-slashes, and url-encode any non-alphanumeric characters.

BR
BetterRed is offline   Reply With Quote