ixRobotsPermissionGrantedFullURL
Name
ixRobotsPermissionGrantedFullURL
Synopsis
BooleanT ixRobotsPermissionGranted( RobotsTxtParserT Parser, char *URL)
Arguments
Parser: A robots.txt parser with a robots.txt file loaded.
URL: The directory and file specified in the URL.
Returns
BooleanTrue if the file is traversable and BooleanFalse otherwise.
Description
ixRobotsPermissionGranted will tell you whether you have permission from the web site administrator to download a web page or whether a directory is traversable. ixRobotsPermissionGrantedFullURL expects the full URL, including the host name and the "http://" prefix. It returns true if you have permission to download the page and false otherwise. It is identical to ixRobotsPermissionGranted except for requiring a full URL path.
See Also
Robots.txt, Robots Spec
ixCreateRobotsTxtParser, ixDeleteRobotsTxtParser, ixSetRobotName, ixParseRobotsTxt, ixOutputCompactRobotsTxt, ixRobotsPermissionGranted, ixRobotsTxtLength