Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives

File Primitives

tint.directory Get the contents of a directory

tint.read-file Read part or all of a file

tint.write-file Write a file

tint.file-length Get the length of a file

tint.file-type Determine whether something is a file or a directory

tint.when-modified Determine when a file or a directory was modified

tint.delete-file Delete a file

tint.cd Get or set the current directory

tint.make-directory Make a directory

tint.delete-directory Delete a directory

tint.fullname Get the fullname of a file or a directory

tint.pathname Get the pathname part of a name

tint.filename Get the filename part of a name