•
save file
英:
美:
常用释义:
保存文件:将计算机上的文件存储到磁盘或其他存储设备中
【计】保存文件
1、It takes a while and a
save file
dialog box is presented once the mp3 file has been created.───这会花费一些时间,MP3文件创建好了之后就会出现一个存储文件对话框。
2、The infrared file transfer service is unable to
save file
data because the disk is full.───因为磁盘已满,所以红外线文件传送服务无法保存文件数据。
3、you sure you want to overwrite the selected
save file
?───你确定要覆盖选中的存档文件吗?
4、If an item has not yet been saved, the Save File As dialog box appears to prompt you for a new save location.───如果某个项尚未保存,则将出现“另存文件为”对话框,提示输入新的保存位置。
5、The Save File As dialog box appear , in which you can specify a path and a file name for the script .───将出现“另存文件为”对话框,您可以在其中为脚本指定路径和文件名。
6、So it comes highly recommended not to load any museum cards if your
save file
is approaching the target size and wait for the incoming fix.───这样一来,如果你的存档大小已经达到临界点,我们强烈建议你不要载入这些卡片并等待GT5的下一次更新。
7、Save File As dialog box appears.───存文件为”对话框。
8、Changed minimum supported
save file
version to 0.09.───改变最小支持的保存文件版本为0.09。
9、Unable to
save file
. There is no storage space, the file cannot be found or a file copy error has occurred.───无法保存文件。存储空间不足,或无法找到文件,或发生了文件复制错误。
1、save fuel───【机】 省油
2、unharmed save───安全保存
3、save for───为…积蓄【储存】; 节省; 除…外;储蓄;除…之外;保存为
4、save───vt.节省;保存;储蓄;解救;n.救援;prep.除...之外;vi.节省;挽救;n.(Save)人名;(法)萨夫;(意、保、西、罗、塞、瑞典)萨薇(女名),萨韦
5、scad file───scad文件
6、file───vt.提出;锉;琢磨;把…归档;n.文件;档案;文件夹;锉刀;n.(File)人名;(匈、塞)菲莱;vi.列队行进;用锉刀锉
7、save animal───拯救动物
8、save save───保存保存
9、download file───下载文件;【计】下装文件
StringFile=String.Empty;
File="D:temp.txt";
其实当你第一次保存文件的时候file是全局变量,以后再保存的时候只需要执行SaveFile(File,OverRide);即可。
因为第一次使用SaveFileDialog是需要指要读取文件的目录与文件名,当得到文件路径与文件名时赋于
File=SaveFileDialog.FileName;
以后在文件关闭之前使用File即可。