更改临时文件的存储位置

 
 
 

默认情况下,Showcase 使用系统默认的位置存储临时文件。

您可以使用位于 userPrefs.xml 文件中的系统变量来更改此位置。可能希望为以下目的执行此操作:

要更改临时目录,请执行以下操作:

  1. 如果 Showcase 正在运行,请将其关闭。
  2. 使用文本编辑器打开文件 userPrefs.xml。它位于:
    C:\Documents and Settings\<yourfolder>\My Documents\Autodesk Showcase\userPrefs.xml
    

    其中 <yourfolder> 是您自己的用户文件夹。

  3. <option_preferences> 部分查找以下行。
    <option_preference name="temp_directory" value="SYSTEM_TEMP"> </option_preference>
    

    SYSTEM_TEMP 值指示系统的首选位置正在被软件使用。

  4. SYSTEM_TEMP 值更改为完全限定的位置。例如,
    <option_preference name="temp_directory" value="D:\TempDirectories\Autodesk Showcase"> </option_preference>
    
  5. 启动应用程序。

    将应用新的临时目录。