Opening local HTML file in browser *with anchor tag*

I’d like to do something like this:
URL(“file:///”+myFileFullPath+"#someAnchorTag").launchInDefaultBrowser();

But the anchor tag doesn’t seem to work.
I also played around with File::startAsProcess(), but couldn’t get it to work that way either.

Jules, is there a way to do this?

Thanks for any help.