Subject: | Re: BDE_Error-If_Free_Disk_Space_Exceeds_4GB - MORE
| Date: | Thu, 17 Dec 2020 10:54:39 +0100
| From: | modridirkac <jure.zorko@gmail.com>
| Newsgroups: | pnews.paradox-discussions
|
I have a small program in .net, which I run on app startup.
check disk space on drive x
see how much is over 4GB
if less than 500Mb then
if existr (big_file.txt) then
delete big_file.txt
else
create (big_file.txt) ; 500Mb
endIf
endIf
Jure
|