# logical file path with included files

**URL:** https://forum.liquibase.org/t/logical-file-path-with-included-files/1980
**Category:** General Discussion
**Created:** [May 19, 2012, 6:33am UTC](https://forum.liquibase.org/t/logical-file-path-with-included-files/1980 "2012-05-19T06:33:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Guest](https://avatars.discourse-cdn.com/v4/letter/g/8dc957/32.png) [@Guest](https://forum.liquibase.org/u/Guest)
#### Post date: [May 19, 2012, 6:33am UTC](https://forum.liquibase.org/t/logical-file-path-with-included-files/1980/1 "2012-05-19T06:33:00Z")

</div>

Does the logicalFilePath tag work with included files?

what i have right now is i have a changelog that has a includeAll statement for a directory say…tables

and inside this tables directory i have formatted sql files

this script could be ran from a possibly 2 different locations so i was hoping to set a logicalFilePath parameter

but it doesnt appear to be working

have anyone tried doing this before\>?

---

<div class="post-metadata">

### Author: ![nvoxland](https://avatars.discourse-cdn.com/v4/letter/n/87869e/32.png) [@nvoxland](https://forum.liquibase.org/u/nvoxland)
#### Post date: [May 19, 2012, 6:33am UTC](https://forum.liquibase.org/t/logical-file-path-with-included-files/1980/2 "2012-05-19T06:33:00Z")

</div>

Normally the lookup path is relative to the classpath liquibase is running from within, so you can change your classpath to have a different root to allow independence of the actual folder files are in.

Nathan
