What does “./” (dot slash) refer to in terms of an HTML file path location?

前端 未结 10 1377
北海茫月
北海茫月 2020-11-22 07:17

I know ../ means go up a path, but what does ./ mean exactly?

I was recently going through a tutorial and it seems to be referring to just

10条回答
  •  无人共我
    2020-11-22 07:51

    In reference to the quick reference list, specifically you can use the following :

    \.\ Root Directory + Current directory (Drive Letter)

提交回复
热议问题