您是否想用右边的文件覆盖已存在的文件?
Would you like to replace the existing file with the one on the right?
如果目标文件已存在,则覆盖该文件。
创建一个新文件。如果该文件已经存在,函数将覆盖已存在的文件并清除已存在的文件属性。
OPEN_EXISTING Opens the file. The function fails if the file does not exist.
创建一个新文件。如果该文件已经存在,函数将覆盖已存在的文件并清除已存在的文件属性。
OPEN_EXISTING Opens the file. The function fails if the file does not exist.
应用推荐