Read data from ini

Hello…
I have a app, MyClient, and this app, another, Login
In Login, i need read a ini file in the MyClient folder.
The folder Login is in the MyClien folder
how i can referr this path?
i try …\ and not work.

Thanks…
Bya…

SOLVED!!!

$array_ini = parse_ini_file("…\Config.ini");