←Select platform

ResolveDirectory Method

Summary

Gets the full path to a directory.

Syntax
C#
C++/CLI
Python
public string ResolveDirectory( 
   string path 
) 
public:  
   String^ ResolveDirectory( 
      String^ path 
   ) 
def ResolveDirectory(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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