File Input/Output Functions

Get Statement

Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable.

Input# Statement

खुले सीक्वेंशियल फ़ाइल से डाटा पढ़ता है.

Line Input # Statement

सीक्वेंशियल फ़ाइल से वेरिएबल में स्ट्रिंग पढ़ता है.

Put Statement

रेकॉर्ड को रिलेटिव फ़ाइल में या बाइनरी फ़ाइल में बाइट सीक्वेंस लिखता है.

Write Statement

सीक्वेंशियल फ़ाइल में डाटा लिखता है.

Loc Function

खुले फ़ाइल में वर्तमान स्थिति को प्रस्तुत करता है.

Seek Function

Returns the position for the next writing or reading in a file that was opened with the open statement.

Eof Function

निर्धारित करता है कि फ़ाइल पाइंटर फ़ाइल के अंत में पहुँच गया है.

Lof Function

खुले फ़ाइल के आकार को बाइट में प्रस्तुत करता है.