If the MasterFolder
part of that path is visible to the browser, you just want ..
to go up one level:
window.location.href = "https://stackoverflow.com/questions/55340635/TextFile2.aspx";
solved How to access aspx file in window.location.href()