Posted 18 January 2013 - 03:31 AM
Hi my mod is zipped so when I would like to make changes to any of my API's I have to rezip the whole mod again and reload the server.
In the startup file I've found the following:
What I would like to do is to add a folder to sPath which is located outside the zip folder. However /rom/ seems to be in the root folder of this virtual file system. How do I get above this?
In the startup file I've found the following:
if turtle then
sPath = sPath..":/rom/programs/turtle"
else
What I would like to do is to add a folder to sPath which is located outside the zip folder. However /rom/ seems to be in the root folder of this virtual file system. How do I get above this?