Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you set TMPFILES anywhere other than CONFIG.FPW?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00024276
Message ID:
00024302
Views:
33
>>>We have an app that will be distributed in a stand-alone version on CD-ROM. The problem is that temp files are written by default to the startup directory. On CD-ROM, that would be the startup directory on the CD which is read-only of course. Instant crash.
>>>
>>>While we could just put "TMPFILES C:\" in CONFIG.FPW, this isn't a great solution. Some folks may have partitioned drives with C being a small partition with the operating system on it and D being the data partition.
>>>
>>>Is there any way to intelligently set TMPFILES? It would nice to be able to get the space available from all local drives and set TMPFILES to the drive with the most space.
>>>
>>>TIA
>>
>>we usually use c:\temp or c:\windows\temp. space shouldn't be an issue unless the user has developed the habit of turning off the computer with apps up. if he has, space will be the least of your problems.
>
>Space IS an issue. Our app does lots of queries and some of them can be quite large. The cursors are stored to temp files during processing.

that kind of work should be done on the network server, not brought down locally... add a temp directory to your dir structure on the network and do it there...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform