#include "File.h" File::File(const char *Path) { //ctor } File::~File() { //dtor }