vtiReturnDBWRoot

C++: BSTR vtiReturnDBWRoot(BSTR pszFileURL);
VB: vtiReturnDBWRoot(FileURL as String) as String

Description

Provides a way to discover the main web directory for a file in a local disk-based FrontPage web. A disk-based web is one that can be edited locally without requiring a web server. This call is most useful in conjuction with vtiListWebs.

Return Value

A path to the root of the local FrontPage web, or the empty string if the call is not successful.

Parameters

FileUrl is the path to a local file in a disk-based web for which you want to find the path to the main web directory.