lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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