Hello,
I have a question regarding applicaion development in Linux.
My problem is that I need to store a file in a commonly accessible location, so that different applications can access it.
In windows programming the file could be stored in the systems folder.
Since the path to the systems folder was easily retrieved using an API, applications could easily use this API and get the path.
Is there such a folder in Linux (Ubuntu 9.10) which could be easily accessed by any application.
Thanks
ne