in reply to Failed to open file for write
Your backslashes are being swallowed by interpolation.
If that means nothing to you; then try switching all the backslashes in your paths to forward slashes. Ie:
'D:/research/audit fee models/filings/filenames/filenames.txt'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Failed to open file for write
by SimonPratt (Friar) on Apr 13, 2016 at 12:10 UTC | |
Re^2: Failed to open file for write
by wrkrbeee (Scribe) on Apr 12, 2016 at 23:26 UTC | |
by BrowserUk (Patriarch) on Apr 12, 2016 at 23:32 UTC | |
by wrkrbeee (Scribe) on Apr 12, 2016 at 23:35 UTC | |
by Marshall (Canon) on Apr 12, 2016 at 23:58 UTC | |
by wrkrbeee (Scribe) on Apr 13, 2016 at 00:01 UTC | |
by BrowserUk (Patriarch) on Apr 12, 2016 at 23:59 UTC | |
by wrkrbeee (Scribe) on Apr 13, 2016 at 00:03 UTC | |
|