I have an angular app. When I try to open a text file from a new window in a local folder(F drive) on button click, console log the below error. Any suggestion to fix this and open it.
clickme(){
window.open("F:/Angular repo/New Text Document.txt", "_blank");
}