Share

acedFindTrustedFile

C++

ACCORE_PORT int acedFindTrustedFile(
    const ACHAR * fname, 
    AcString & sResult
);

File

acedads.h

Description

Searches the AutoCAD trusted file paths for the specified file. The command looks for the file in the regular AutoCAD search path. If a match is found, it verifies if the file path is part of trustedpaths. If the file is not present in any of the directories in the trusted file paths, the function returns NULL.

Parameters

Parameters Description
fname File name to search for
sResult Output value of the file name and path

Was this information helpful?