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 The 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 entering a UNC disk paths path (\\computer\c$).