
下のフォルダーへ移動
/
上のフォルダーへ移動
../ |
□相対パス
| 現在地:index.htm |
| 目的のファイル:同階層:main.htm |
| main.htm |
| 目的のファイル:下階層:a.jpg |
| image/a.jpg |
| 目的のファイル:下階層:rpg.htm |
| game/rpg.htm |
| 目的のファイル:2下階層:save.htm |
| game/data/save.htm |
| 現在地:rpg.htm |
| 目的のファイル:上階層:index.htm |
| ../index.htm |
| 目的のファイル:他同階層:a.jpg |
| ../image/a.jpg |
| 現在地:save.htm |
| 目的のファイル:2上階層:index.htm |
| ../../index.htm |
| 目的のファイル:他同階層:a.jpg |
| ../../image/a.jpg |
|