skip to Main Content

I have started using VSCode and was wondering what the / meant when I click on a file (see attached screenshot). Is it simply the full path of the file that I’ve clicked on? Thanks!

Screenshot

3

Answers


  1. It means sub folder inside main folder you have created

    Login or Signup to reply.
  2. I think you may be referring to the feature where a folder with a single subfolder are shown on the same line.

    For example, let’s consider the following structure:

    X/
    ├─ a/
    │  ├─ a1/
    │  │  └- a1.txt
    │  └- a2/
    │     └- a2.txt
    └ b/
      └- b1/
          └- b1.txt
    

    Since b1 is the only folder under b the explorer window will show b and b1 on a single line:

    enter image description here

    Login or Signup to reply.
  3. eth-sig-util is child folder of metamask folder which is parent.
    To access child we have to use ‘/’ after parent folder.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search