Path to libraries after deployement

Hi,

I wanna know the path to libraries.

I have some funtions inside two PHP libraries coded in …/tools … _/libraries

i?m looking for this two files inside the production server and I can`t find it.

Server: centos 6
php: 5.5
deploy: typic

Thank you in advance for your help

best regards,

You won’t find them, because those libraries are not deployed as files.
The content of the libs are included at code generation.
You’ll find your functions in
your_form_name_apl.php (form applications)
your_grid_name.php (grid applications).

jsb

Thanks JSB