in reply to Re: Permission denied writing to Windows 10
in thread Permission denied writing to Windows 10

Here is the output using Fudge()

Error 13 Permission denied 5 Access is denied ERROR_INVALID_DATA EVENT_SYSTEM_CONTEXTHELPEND EMR_SETBRUSHORGEX EACCES EMARCH_ENC_I17_IMM5C_INST_WORD_POS_X # status($?) 0 subexit($? >>8) 0 signal($? & 127) 0 coredump($? & 128) 0 at test.pl line 33.

Replies are listed 'Best First'.
Re^3: Permission denied writing to Windows 10
by Discipulus (Canon) on Sep 15, 2016 at 10:14 UTC
    you said am thinking that there is something about this specific directory tree. so i suspect too that you are running the script from within a special windows directory: for example 32 bit program cannot access the content c:\Program Files and this is due to filesystem redirection: an evil feature of such OSses: see about win file system redirection 32 64bit madness and me about filesystem redirection

    So, what is your current path, where you encounter problem? which is the minimal code that produce such error?

    L*

    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.