Is there a way to see the file path of the current drawing in BricsCAD?

Short Answer

Yes — in BricsCAD, the fastest professional way to see the full file path of the current drawing is with the DWGPREFIX system variable, which shows the folder path of the active DWG. You can also combine it with the drawing name from the title bar. Limitation: DWGPREFIX shows only the folder, not the filename itself.

What You Need to Know Before

Warning: If the drawing has never been saved, BricsCAD may not have a valid final file path yet, so the displayed path can be temporary or incomplete. This commonly causes confusion when checking files opened from email, cloud sync folders, or unsaved templates.

How to See the Current Drawing File Path in BricsCAD

  • Command: DWGPREFIX

  • Shortcut: None

  • Quick Steps:

    1. Click in the Command line area, type DWGPREFIX, and press Enter.
    2. Read the full current drawing folder path shown in the Command line.
    3. Check the drawing file name in the document tab or title bar, then combine it with the DWGPREFIX path if you need the complete full path.

Variables & Settings

  • System Variable: DWGPREFIX (Default: varies by current drawing)

  • Expert Setting: This variable updates automatically to the active drawing’s current folder location. If the file was moved, opened from a temporary location, or has not been saved yet, the reported path may not match the final intended project folder.

Why it Fails

  • Cause 1 (Geometry): The drawing may be based on a new unsaved template, so there is no finalized file location yet.

  • Cause 2 (layers/Locks): If the file is opened from a read-only project folder, network location, or controlled document workspace, users may assume the path is local when it is actually redirected.

  • Cause 3 (Command/Logic): DWGPREFIX returns only the folder path, so users looking for the full filename may think the command is incomplete or not working.

Quick Fix & Best Practice

  • Quick Fix: Run DWGPREFIX, then verify the drawing name from the file tab or title bar; save the file with QSAVE if the drawing has not yet been stored in its final location.
  • Manager’s Verdict: Use DWGPREFIX for quick path verification during production, especially on shared projects. If file control matters, save drawings early and avoid relying on temporary or cloud-cached locations.

FAQ

How do I see the full file name in BricsCAD?
Look at the drawing tab or title bar for the file name, and use DWGPREFIX for the folder path.

Can BricsCAD show the current drawing path for an unsaved file?
Only partially — an unsaved drawing may not have a permanent project path yet.

Is there a way to copy the current drawing path in BricsCAD?
Yes, you can read it from the Command line after running DWGPREFIX and copy it if needed.

.