Is it (already) possible to use Unicodestrings for file paths?
I was able to access long paths (with many hundreds of characters)
in the windows API functions FindFirstFileW (with Win32_Find_DataW
data type) but I failed to open such files with Assign(File)/reset.
Are they converted to (one byte) Ansistring internally?
Am I forced to use CreateFile or similar function to open such files?

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to