AMX Mod X API Documentation

Signature
native filesize(const filename[], any:...);
Description

Gets the formatted file size in bytes.

Parameters
  • filename Path to the file
  • ... Variable number of format parameters
Returns

File size in bytes, otherwise -1 if file not found

Назад
Верх