Home > Back-end >  Why create a folder, the folder name in English will be submitted to the I/O error183 mistake?
Why create a folder, the folder name in English will be submitted to the I/O error183 mistake?

Time:10-06

I now create a folder, the code is as follows:

If not DirectoryExists (' \ userData \ '+ CharName) then
The MkDir (' \ userData \ '+ CharName);

Of is a string, don't know why when Charname is Chinese is normal, when is

English, he always to I/O error 183 error, ask everybody to give directions

CodePudding user response:

The 183 error is: when the file already exists, unable to create the file,
You see that you say whether English directory already exists

CodePudding user response:

Or a directory Settings hidden, you can't see,



In fact I don't really understand,,
  • Related