The Path property returns the path of the application. Returns a string.
Syntax
object.Path
object.Path = Path
Example
This example demonstrates how to return the path to the Voxler application.
'Return the path of the application
Debug.Print "Application path is "; VoxlerApp.Path
Used by: Application object
See Also