# Why doesn't Tiled use the absolute path of the image?

**URL:** https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910
**Category:** Questions
**Created:** [November 11, 2015, 1:05pm UTC](https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910 "2015-11-11T13:05:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Thallysson](https://avatars.discourse-cdn.com/v4/letter/t/e9c0ed/32.png) [@Thallysson](https://discourse.mapeditor.org/u/Thallysson)
#### Post date: [November 11, 2015, 1:05pm UTC](https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910/1 "2015-11-11T13:05:00Z")

</div>

Hello, I would like to know this topic because the tiled does not put the absolute path of the type file :C:\Users\Thallysson\Desktop\fotos,it places the way from where he is to the file then I think I can not move it, as if it is on the desktop it does well:  
fotos/imagem.png

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [November 11, 2015, 9:17pm UTC](https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910/2 "2015-11-11T21:17:49Z")

</div>

It uses relative paths to make sure the map files are portable from one machine to another, or can be moved to different directories (along with their tilesets) on the same machine.

If Tiled would store the absolute path, then the references would break as soon as you rename the directory containing your maps and tilesets, and it would likely not work when sharing your files with somebody else, unless he puts the tilesets at the exact same location.

The assumption is that you’ll put your maps and tilesets together in some folder. They can be further organized into subfolders, but they’re expected to share some common parent folder, like a folder for your project.

---

<div class="post-metadata">

### Author: ![Thallysson](https://avatars.discourse-cdn.com/v4/letter/t/e9c0ed/32.png) [@Thallysson](https://discourse.mapeditor.org/u/Thallysson)
#### Post date: [November 12, 2015, 8:18pm UTC](https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910/3 "2015-11-12T20:18:11Z")

</div>

More so tmx have to always be in the same folder, right?

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [November 12, 2015, 8:35pm UTC](https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910/4 "2015-11-12T20:35:07Z")

</div>

> [@Thallysson](#):
>
> More so tmx have to always be in the same folder, right?

Its location relative to the tileset should not change. That does not mean it always has to be in the same folder.

---

<div class="post-metadata">

### Author: ![Thallysson](https://avatars.discourse-cdn.com/v4/letter/t/e9c0ed/32.png) [@Thallysson](https://discourse.mapeditor.org/u/Thallysson)
#### Post date: [November 12, 2015, 10:25pm UTC](https://discourse.mapeditor.org/t/why-doesnt-tiled-use-the-absolute-path-of-the-image/910/5 "2015-11-12T22:25:25Z")

</div>

What a pity, but no matter, I manage
