What is path in computer language?

1 answer

Answer

1146134

2026-08-05 20:30

+ Follow

Is the sequence of folders or directories you should open to find a file. It usually includes also the name of the file being refered to.

For example, the path "C:\Users\Bill\Videos\happymorning.mpg" is a path referring to a file whose name is "happymorning.mpg" and

which can be found in the folder "Videos"

which can be found in the folder "Bill"

which can be found in the folder "Users"

which can be found in the drive "C:"

It's very much like a full postal address, like "St. Paul's Street, 50. Mountain View, California, United States". But refers to a file in a computer, instead of a place with a mailing box.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.