C++
ACDBCORE2D_PORT bool ADESK_STDCALL acdbDwkFileExists( const ACHAR * pszFileName );
File
dbxutil.h
Description
This function checks for the presence of a drawing lock (DWK) file in the directory where pszFileName resides. pszFileName can be any file name with any extension. Before searching, this function appends a .dwk extension to pszFilename if it has no file name extension, or else replaces the given extension with .dwk.
Parameters
Parameters | Description |
---|---|
pszFileName | Input pointer to a file name |