[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Where am I?
- From: "Philip Plumlee" <phlip@...>
- Date: Fri, 5 Nov 2004 09:25:58 -0800
Title: Message
Lua d00dz:
In Perl, there is some secret punctuation mark, $^
or
some such, that reveals the folder path to the current
script. If the
script were C:/foo/bar.pl, then $^
might return C:/foo/ or
C:/foo/bar.pl.
What's the equivalent, if any, in Lua? Where am I?
--
Phlip