1 backup.file.inc | public BackupFile::filePath() |
Get the full current filepath.
File
- core/
includes/ backup/ backup.file.inc, line 50 - Contains the BackupFile class.
Class
- BackupFile
- Provides a utility object for reading and writing local backup files.
Code
public function filePath() {
return $this->directory . '/' . $this->fileName();
}