Returns the actual path of a drawing.
char*
ade_dwgactualpath(
ade_id dwg_id);
Returns the actual full path (without an alias) of the specified drawing or NULL. You must call the free function to deallocate the returned buffer.
dwg_id | Drawing ID. |