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

From Recital Documentation Wiki
Jump to: navigation, search
(Reading From a Text File using Recital)
(Checking Whether a File Exists in Recital)
Line 17: Line 17:
  
 
===Checking Whether a File Exists in Recital===
 
===Checking Whether a File Exists in Recital===
 +
* [[FILE()|file()]]
 +
 
===Moving, Copying and Deleting Files with Recital===
 
===Moving, Copying and Deleting Files with Recital===
 
===Accessing File Attributes in Recital===
 
===Accessing File Attributes in Recital===
 
===Summary===
 
===Summary===

Revision as of 15:39, 22 January 2010

Working with Files and FileSystems 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

Summary