In Which Location we have to put the Text File Which Uses the Two Applications
| Wed, 2008-01-23 05:59 | |
|
Hi All I am having is there any specification that we have to put these type of files in a particular location for the signing process Thanks |
|






Forum posts: 720
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).