2018-11-08 10:05:48 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
category: Filesystem
|
2018-11-09 07:13:40 +00:00
|
|
|
tags: absolute relative path
|
2018-11-08 10:05:48 +00:00
|
|
|
author: Marwan Announ
|
|
|
|
title: fs
|
|
|
|
---
|
|
|
|
|
2018-11-08 09:55:57 +00:00
|
|
|
<h1>ABSOLUTE VS RELATIVE</h1>
|
|
|
|
|
2018-11-09 07:13:40 +00:00
|
|
|
<p>
|
|
|
|
Now, you can ask, why I have to use one or another?
|
|
|
|
<br> What is the difference? and questions like this.
|
|
|
|
<br> <br> <br> Don't worry, the answer it's easy.., we can use an absolute path from any location
|
|
|
|
<br> whereas you want to use relative path we should be present that you have to be in the working directory.
|
|
|
|
</p>
|
2018-11-08 09:55:57 +00:00
|
|
|
|
2018-11-08 11:43:39 +00:00
|
|
|
<!-- domande su entrambi gli argomenti(javascript) -->
|