DataSift\Storyplayer\OsLib\SupportedOs::getFileDetails PHP Method

getFileDetails() public method

get details about a filesystem entry
public getFileDetails ( HostDetails $hostDetails, string $filename ) : stdClass
$hostDetails HostDetails the details of the host to query
$filename string path to the file/folder to query
return stdClass
    public function getFileDetails($hostDetails, $filename);