You are here

function hackedFileGroup::file_get_location in Hacked! 7.2

Same name and namespace in other branches
  1. 6.2 includes/hacked_project.inc \hackedFileGroup::file_get_location()

File

includes/hackedFileGroup.inc, line 90

Class

hackedFileGroup
Represents a group of files on the local filesystem.

Code

function file_get_location($file) {
  return $this->base_path . '/' . $file;
}