> According to documentation on CreateFile() function: "In the ANSI
> version of this function, the name is limited to MAX_PATH characters.
> To extend this limit to 32,767 wide characters, call the Unicode
> version of the function and prepend "\\?\" to the path."
> 
> SQLite is already calling CreateFileW() function so all you need is to
> prepend your file name with "\\?\".

Last time I tried this (1 year or so) that was not enough, you also had to
compile with an increased max path define because the IO system.  I
reported a bug on it at the time.

William Bardwell
wbard...@curl.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to