FileTracker.FindTrackerOnPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches %PATH% for the location of Tracker.exe, and returns the first path that matches.
public:
static System::String ^ FindTrackerOnPath();
public static string FindTrackerOnPath ();
static member FindTrackerOnPath : unit -> string
Public Shared Function FindTrackerOnPath () As String
Returns
The full path to Tracker.exe, or null
if a matching path is not found.