Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%FileSize function


Old name
%FileSizeI
Function
The function returns the size of the specified file in kilobytes.
Result is an integer value.
Declaration
INT %FileSize(
   TEXT in FileName
 )
Parameters
FileNameFile name (including full path).
Example
%FileSize("D:\D2000.EXE\kernel.exe")
  • Žiadne štítky