Can we use environmental variables, such %userprofile% or %appdata%, in a path, in a file URI scheme, from a browser (or at least a Chrome browser)?
Something like
file:///%userprofile%/Documents/someFile.html
Im writing a Chrome extension that analizes Chrome Preferences JSON file, to detect suspicious malware activity.
Thank you