578c4fdab3
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@58 a672b425-5310-4d7a-af5c-997e18724b81
44 lines
683 B
HTML
44 lines
683 B
HTML
---
|
|
layout: page
|
|
category: Filesystem
|
|
tags: absolute and relative paths
|
|
author: Marwan Announ
|
|
title: fs
|
|
previous-page: pages/fs/rela_abso
|
|
---
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<!-- domande su entrambi gli argomenti(javascript) -->
|
|
|
|
</header>
|
|
</body>
|
|
|
|
</html>
|