Managing Files

फ़ाइलों के प्रबंधन के लिए फ़ंक्शन तथा कथन यहाँ वर्णित हैं.

ChDir Statement

वर्तमान डिरेक्ट्री या ड्राइव बदलता है.

ChDrive Statement

वर्तमान ड्राइव बदलता है.

CurDir Function

वेरिएंट स्ट्रिंग प्रस्तुत करता है जो निर्धारित ड्राइव के मौजूदा पथ का प्रतिनिधित्व करता है.

Dir Function

Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.

FileAttr Function

Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).

FileCopy Statement

फ़ाइल की नक़ल करता है.

FileDateTime Function

Returns a string that contains the date and the time that a file was created or last modified.

FileExists Function

निर्धारित करता है कि डाटा मीडियम में कोई फ़ाइल या डिरेक्ट्री उपलब्ध है.

FileLen Function

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

GetAttr Function

Returns a bit pattern that identifies the file type or the name of a volume or a directory.

Kill Statement

डिस्क से फ़ाइल मिटाता है.

MkDir Statement

डाटा मीडियम पर एक नई डिरेक्ट्री बनाता है.

Name Statement

किसी मौजूदा फ़ाइल या डिरेक्ट्री का नाम बदलता है.

RmDir Statement

डाटा मीडियम से मौजूदा किसी डिरेक्ट्री को मिटाता है.

SetAttr Statement

निर्धारित फ़ाइल के लिए गुण जानकारी सेट करता है.