SpiderBasic - File

Overview

Files in SpiderBasic can be either locals (result of OpenFileRequester()), or remote. Both are handled the same way, in a binary form, allowing any type of file manipulation.

Command Index

CloseFile
CreateFile
Eof
ExportFile
ExportFileMemory
FetchData
FileID
FileProgress
FileSeek
IsFile
Loc
Lof
OpenFile
ReadAsciiCharacter
ReadByte
ReadCharacter
ReadData
ReadDouble
ReadFile
ReadFloat
ReadInteger
ReadLong
ReadQuad
ReadString
ReadStringFormat
ReadUnicodeCharacter
ReadWord
WriteAsciiCharacter
WriteByte
WriteCharacter
WriteData
WriteDouble
WriteFloat
WriteInteger
WriteLong
WriteQuad
WriteString
WriteStringFormat
WriteStringN
WriteUnicodeCharacter
WriteWord

Example

File.sb
FilePersistent.sb
FileStreaming.sb

Supported OS

All

Reference Manual - Index