09-13-2011, 01:04 PM
Is there any upper limit as fas a string length "s" concerns? For example when path is motre than 160 characters this function does not work. I would appreciate any advice.
d.dir(s 2)
|
09-13-2011, 01:04 PM
Is there any upper limit as fas a string length "s" concerns? For example when path is motre than 160 characters this function does not work. I would appreciate any advice.
09-13-2011, 01:40 PM
Max dir() path length is same as max path length in Windows - 259 characters for files, 247 characters for folders.
http://msdn.microsoft.com/en-us/library ... 85%29.aspx I used this code to test. Macro Macro1554 str s.expandpath("$desktop$\test\ąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąąžžžžžžžžžž.txt") What is your code that does not work? Make sure that "Unicode" is checked in Options.
09-13-2011, 01:58 PM
Dear Gintaras,
Many thanks indeed. It was my mistake. There was an illegal character among filename's characters. Your example helped me to debug. Best regards |
« Next Oldest | Next Newest »
|