AttributesData
Event |
| |
The AttributesData event will be fired as a result of the ListAttributes method. Its purpose is to provide information about a directory structure that can easily be parsed by your application. Instead of using ListDir, which returns line-by-line directory contents that depend on the server, you can use the ListAttributes method to retrieve a collection of objects - each of them containing one directory item. Typically you can easily get information about a specific item. For example, if it is a directory: For Each item In Items |