←Select platform

ResolveDirectory Method

Summary

Gets the full path to a directory.

Syntax
C#
VB
C++
public string ResolveDirectory( 
   string path 
) 
Public Function ResolveDirectory( 
   ByVal path As String 
) As String 
public:  
   String^ ResolveDirectory( 
      String^ path 
   ) 

Parameters

path

Input full or relative path to a file or directory on disk. If this value contains a full path on disk, then the value is returned right away without further actions. Otherwise, the value is combined with BaseDirectory.

Return Value

The full path on disk to path.

Remarks

Refer to BaseDirectory for more information.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.