Porovnávané verzie

Kľúč

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

%DskFreeI function


Function
The function returns the free space in kilobytes on the specified disk.
Result is an integer value.
Declaration


Blok kódu
languageesl
themeConfluence
INT %DskFreeI(
   TEXT in DiskName
 )
Parameters


DiskNameDisk name.
Example


Blok kódu
languageesl
themeRDark
%DskFreeI("C:\")
Note
The function allows to enter an UNC disk paths (\\computer\c$).