ParseFile Method
See Also Example Applies To
Gets a local RSS file and parses it to populate the object properties.
Syntax
object.ParseFile (FileName)
| Part |
Description |
| object |
An object expression that evaluates to an RSSFeed object. |
| FileName |
Required. A string with the name of the local file to parse. |
|