fileData method

String fileData(
  1. int index
)

Implementation

String fileData( int index ){
	return _fileData![index];
}