IO

paket "IO";

The IO package is used to work with files. It provides the File constructor.

File constructor

Use the file constructor to instantiate a Datoteka object.

ƒ Datoteka(pathname: tekst) : objekat
var fajl = Datoteka("test.txt");

var fajl2 = Datoteka("C:\\users\\boss\\examples\\test.txt");

Datoteka object