Answers for "difference between a path and a directory"

2

difference path and directory

A path locates a file or directory.
A directory is a physical place to put files and other directories. 
It is possible to have multiple paths pointing to the same file or directory with network shares and symbolic links, but in most systems there is only one physical copy of a directory or file.
Posted by: Guest on August-05-2021

Code answers related to "difference between a path and a directory"

Browse Popular Code Answers by Language