彩票走势图

logo VMPsoft中文文档

文件


一个用于处理文件列表的类:

class Files {
public:
	File item(int index); // returns a file with the given index
	int count(); // returns the number of files in the list
}

一个用于处理文件的类:

class File {
public:
	string name(); // returns the name of the file
	string fileName(); // returns the filename
	int options(); // returns options
	void setName(string name); // sets the name of the file
	void setFileName(string name); // sets the filename of the file
	void setOptions(); // sets options
}


扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP