History |
FullName (Directory)
Minimum version: 4.0
Purpose
Returns the complete name of an entry in the Directory.
You can access an entry directly by index. If the index is out of bounds, a runtime error is generated.
If no index is supplied, FindFirst/FindNext results are assumed.
Syntax
ServerDirectory.FullName [(Index)]
Example
Dim sd as ServerDirectory
Debug sd.FullName (25)
| ||||