Difference between revisions of "Working with Files and File Systems in Recital"

From Recital Documentation Wiki
Jump to: navigation, search
(Accessing File Attributes in Recital)
(Miscellaneous File and File System Commands and Functions)
Line 40: Line 40:
  
 
===Miscellaneous File and File System Commands and Functions===
 
===Miscellaneous File and File System Commands and Functions===
* [[FILECOUNT()|filecount()]]
 
 
* [[ADIR()|adir()]]
 
* [[ADIR()|adir()]]
 
* [[DIR|dir]]
 
* [[DIR|dir]]
 +
* [[FILECOUNT()|filecount()]]
 +
* [[CURDIR()curdir()]]
 +
* [[DEFAULT()|default()]]
 +
* [[SET DEFAULT|set default]]
 +
* [[PATH()|path()]]
 +
* [[SET PATH|set path]]
 +
* [[DISKSPACE()|diskspace()]]

Revision as of 15:56, 22 January 2010

Working with Files and File Systems in Recital

Opening and Creating Text Files in Recital

Closing Text Files in Recital

Writing to a Text File using Recital

Reading From a Text File using Recital

Checking Whether a File Exists in Recital

Moving, Copying and Deleting Files with Recital

Accessing File Attributes in Recital

Miscellaneous File and File System Commands and Functions