Please enable JavaScript to view this site.

Navigation: 脚本 > 脚本详情

设置默认驱动器和文件夹

Scroll 前一页 Top 后一页 More

命令

SetPath [“drive and folder path”]

 

解释

所有读取和写入文件的命令均使用SetPath命令中设置的路径,除非您在其他命令中指定了不同的驱动器或文件夹。对于Windows,请使用以下示例:

SetPath “C:\Users\(current user)\Documents\007\goldfinger\oddjob”

SetPath “(local drive):\DataFiles\August2005\”

SetPath “\\LabServer\DDrive\PrismFiles"

最后一个示例在另一台名为“LabServer”的计算机上打开一份文件。在此情况下,无需为硬盘驱动器使用“C:”符号,而应引用驱动器的名称(在本示例中为“DDrive”。)

在Mac上,使用如下格式:

SetPath “Hard Drive:Prism 4:Data:June21”.

如果您希望在每个单独的命令中指定路径,则您仍然可以使用如上所示的相同格式。

 

 

© 1995-2019 GraphPad Software, LLC. All rights reserved.