function hackedFileGroup::file_get_location in Hacked! 6.2
Same name and namespace in other branches
- 7.2 includes/hackedFileGroup.inc \hackedFileGroup::file_get_location()
File
- includes/
hacked_project.inc, line 679
Class
- hackedFileGroup
- Represents a group of files on the local filesystem.
Code
function file_get_location($file) {
return $this->base_path . '/' . $file;
}