Got a Quick question on where to store my Database, Do I store it in |R| location? But htis is read only. so do I need to copy it to the |D| folder for use?
Regards
REAL programmers type copy con filename.exe ---------------------------------------
If you're going to modify your database (I think you need to), then you should copy the file from |R| to |D|. But I realized that neither os.* nor lfs.* provides a file copy function. If you want, you can use this implementation:
Comments
Likes: hgvyas123