What does “./” (dot slash) refer to in terms of an HTML file path location? October 1, 2022 by Tarik / means the root of the current drive; ./ means the current directory; ../ means the parent of the current directory.