aboutsummaryrefslogtreecommitdiff
path: root/project/QBarInterpreter/qbar_lang/io/File.qbar
blob: 3f848aad4653f4f804a2f9599e25d9c82a33ef31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
-{
	This namespace has several native methods
	that are used to help dealing with file operations.
}-
Namespace File {
	-{
		Incorporates com.modulus.qbar.io.IOTools class
	 }-
	Incorporate Native com.modulus.qbar.io.IOTools;
}