.. _dj-open-in: DJ\_OPEN\_IN ============ +----------+-------------------------------------------------------------------+ | Syntax | channel = DJ\_OPEN\_IN('filename') | +----------+-------------------------------------------------------------------+ | Location | DJToolkit 1.16 | +----------+-------------------------------------------------------------------+ Open an existing file for shared use. The same file can be opened by other applications running at the same time. Provided they have a compatible non-exclusive OPEN mode. See :ref:`dj-open-dir` below for details and examples. **CROSS-REFERENCE** :ref:`dj-open`, :ref:`dj-open-new`, :ref:`dj-open-over`, and :ref:`dj-open-dir`.