2018-11-08 10:05:48 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
category: Filesystem
|
|
|
|
tags: absolute and relative paths
|
|
|
|
author: Marwan Announ
|
|
|
|
title: fs
|
|
|
|
previous-page: pages/fs/rela_abso
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-11-08 09:55:57 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
|
|
|
|
|
|
|
|
<div class = "title1">
|
|
|
|
<h1>ABSOLUTE VS RELATIVE</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class= "text1">
|
|
|
|
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.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-11-08 11:43:39 +00:00
|
|
|
<!-- domande su entrambi gli argomenti(javascript) -->
|
2018-11-08 09:55:57 +00:00
|
|
|
|
|
|
|
</header>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|