how to specify the path in windows

edited August 2014 in Layout
source("C:/test.oas")

sorry for the simple question. i just started to use Klayout DRC. not sure how to load the layout from a windows directory.

Comments

  • edited November -1

    Hi,

    that should work, doesn't it? What is happening?

    You a note of caution: when you specify a Windows path with backslash characters ("\"), make sure you use a double backslash since a single one will specify special characters such as the newline character ("\n"). For example:

    source("C:\\test.oas")
    

    I don't see that in your above example, so I wonder what is wrong.

    Matthias

Sign In or Register to comment.