Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_pathpublicWC 1.0

Get the full absolute path of the file.

Method of the class: File{}

No Hooks.

Returns

String.

Usage

$File = new File();
$File->get_path(): string;

File::get_path() code WC 10.8.1

public function get_path(): string {
	return $this->path;
}