Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%FileSize function


Old name
%FileSizeI


Function
The function returns the size of the specified file in kilobytes.
Result is an integer value.
Declaration


Blok kódu
languageesl
themeConfluence
INT %FileSize(
   TEXT in FileName
 )


Parameters


FileNameFile name Filename (including full path).


Example


Blok kódu
languageesl
themeRDark
%FileSize("D:\D2000.EXE\kernel.exe")