OOP Directories

Hey There,

I have recently started practicing the corona platform. The game i will start to develop will be object-oriented.

I kind of like to organize my classes, images, assets etc. in different folders. So far the tutorials I have read use .lua files in the same directories as the main.lua, with

local Menu = require(“menu”)

in main.lua file, and

module(…, package.seeall)

in the class lua file.

How do you achieve including classes in a folder named “Classes”, without disturbing the Director class by any means as well?

Thanks [import]uid: 55500 topic_id: 28080 reply_id: 328080[/import]