Brief Description

Getting Started

The IO assembly contains interfaces and classes for working with the computer file system, streams and objects of the Resources repository.

Having studied this section you can execute the following operations using the Fore language:

  • Access existing files and folders and create new files and folders.

  • Read or edit file data in text or binary format.

  • Work with streams to transfer data.

  • Work with resources that are used on creating multilingual applications forms.

Assembly resources are described in the following subsections:

NOTE. On working with files and folders using IO assembly resources, take into account differences between the file systems that are used by Windows and Linux operating systems. Some properties or methods may not work or work incorrectly.

Before studying the IO assembly it is recommended to read the following sections: Developing User ApplicationFore Language Guide.