123456789101112131415161718192021222324252627282930313233 |
- .. _func_streams_streamsize:
- ==========
- StreamSize
- ==========
- StreamSize -
- Description
- ===========
- .. code-block:: blitzmax
- StreamSize( stream:TStream )
- Get current size of seekable stream
- Parameters
- ==========
- Return Values
- =============
- Current stream size in bytes, or -1 If stream is not seekable
- Examples
- ========
- See Also
- ========
|