Table of Content
HAL Forum
function LongInt ServerDiskSpace (
)
Description:
Returns the free space on server disk in kilobytes.
global
procedure OnApplicationStartup() 
begin
  string 255 tstr;
  
  tstr = "allan paiste";
  
  stopalert(ServerDiskSpace);
  return;
end;
Related topics:
««