Menu

posix style path on windows

Prashant
2010-05-26
2013-04-25
  • Prashant

    Prashant - 2010-05-26

    Hi,

    On windows if you specify path using forward slashes(posix style), for example:
    Surface "D:/library/temp/shader_1h8J70"
    You will receive an error:
    Failed to find shader "D:/library/temp/shader_1h8J70"

    It seems you have to use the one that windows like. I would like to change this using source. Could anybody point me out the correct place to look for.

    Cheers

    Prashant

     
  • Anonymous

    Anonymous - 2010-05-26

    Hello,
    I haven't tried this myself with Pixie but 3Delight uses a cygwin like syntax for windows paths such as…

    "D:\library\temp\shader_1h8J70"
    "//D/library/temp/shader_1h8J70"

    Maybe this will work for Pixie too?

    Eric Back (WHiTeRaBBiT)

     
  • Prashant

    Prashant - 2010-05-26

    Yes, with 3delight there is no problem but pixie doesn't support it.

    Prashant

     

Log in to post a comment.