Is it possible to open a file from the parent folder?
lets say I have this file tree
parent
other
file.pdf
website
index.html
and I wanted to open file.pdf from index using the a tag, how would I do it? Is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the “special instruction”
..to traverse “up” a directory level:It can be repeated multiple times to continue traverse up the folder hierarchy.