filename
The absolute path name of the input or output file. Windows users might need to use an E'' string and double backslashes used as path separators.
example:
copy bi_k1_q_net from E'd:\\1K.txt';
The absolute path name of the input or output file. Windows users might need to use an E'' string and double backslashes used as path separators.
example:
copy bi_k1_q_net from E'd:\\1K.txt';
本文介绍了一种在Windows环境下处理文件绝对路径的方法,特别是如何正确使用双反斜杠作为路径分隔符。通过示例展示了如何复制文件,例如从指定位置复制名为'1K.txt'的文件。
5922

被折叠的 条评论
为什么被折叠?



