I have an application wherein the data tables reside in a sub-folder called "Data". The customer would like a feature added to allow the user to move this sub-folder and its contents (they're all DBF's and CDX's) to an unspecified location of his choice at runtime.
Other requirements:
1. The new folder is also called "Data"
2. The tables are already open. They must remain open and their movement should be transparent to the rest of the app.
3. In subsequent runs the app must remember where the tables have been moved to.
4. The original Data folder must be erased.
What's a good, clean way to get this done? Thanks!!
Jim
Other requirements:
1. The new folder is also called "Data"
2. The tables are already open. They must remain open and their movement should be transparent to the rest of the app.
3. In subsequent runs the app must remember where the tables have been moved to.
4. The original Data folder must be erased.
What's a good, clean way to get this done? Thanks!!
Jim