[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to query current path from a library?
- From: Jonathan Castello <twisolar@...>
- Date: Mon, 22 Feb 2010 11:00:54 -0800
Good timing, I was looking for a way to do this, too! I wish I didn't
have to resort to using the debug library, though...
~Jonathan
On Mon, Feb 22, 2010 at 10:58 AM, Jorge <xxopxe@gmail.com> wrote:
> On Mon, 2010-02-22 at 17:57 +0000, Peter Cawley wrote:
>> In most cases, placing the following in a .lua file outside of any
>> function should get the directory which the file is placed in:
>> local path = debug.getinfo(1, "S").source:match[[^@?(.*[\/])[^\/]-$]]
>
>
> Thanks Peter and PA, that was fast.
> So i got to the point where i need to use the debug library! Whooho! I'm
> a pro! :)
>
> Jorge
>
>
>