File path is computer programming is always relative to your current directory.
Relative Directory - from where you are accessing data.
Absolute Path -
1 ..\abc.txt - (2 dots) Parent dir of your current directory
2..\abc.txt - (1 dot) Current dir
3...\..\abc.txt - (2-2dots) Parent of Parent of current dir
Relative Directory - from where you are accessing data.
Absolute Path -
1 ..\abc.txt - (2 dots) Parent dir of your current directory
2..\abc.txt - (1 dot) Current dir
3...\..\abc.txt - (2-2dots) Parent of Parent of current dir
No comments:
Post a Comment