From: Joe W. <jo...@gm...> - 2010-03-23 22:01:12
|
Evgeny, Sounds very much like a file module set of functions. Can you elaborate why you chose to put these 2 functions in a separate module instead of alongside the file module? Joe On Tue, Mar 23, 2010 at 5:29 PM, Evgeny Gazdovsky <gaz...@gm...> wrote: > this module have a couple functions: > > 1) lib:get-info($name) is returns the info (name, size) of any file in > $EXIST_HOME or $EXIST_HOME/lib folder > 2) lib:get($name) is returns the file > > Module is used in jnlp webapp (see $EXIST_HOME/webapp/jnlp) > > ------- > Evgeny |