In Which Location we have to put the Text File Which Uses the Two Applications

Login to reply to this topic.
Wed, 2008-01-23 05:59
Joined: 2007-08-31
Forum posts: 54

Hi All

I am having
Two applications uses the one file,one application is writing the information to the file and other application is reading the information from the file

is there any specification that we have to put these type of files in a particular location for the signing process

Thanks
Praveen


Wed, 2008-01-23 08:24
Forum Nokia Champion
Joined: 2003-06-10
Forum posts: 720
Re: In Which Location we have to put the Text File Which Uses th

No. Put them anywhere you can access. Note the possibility of using the .\import subdirectory under the application's \private directory. You can also keep the file totally private by writing a third application (a server) that keeps the file in its own \private directory, and controls access through interfaces exposed to the two programs that need to share data.

But, if there is no requirement to prevent other applications (than the two you mentioned originally), then put the file in any public directory (or create your own).

  • Login to reply to this topic.