ASPathName
ASFileSysGetDefaultTempPath(
ASFileSys
fileSys
);
fileSys | The file system in which the ASPathname is set.
|
NULL
otherwise. Sets the default temporary path for the specified file system to the specified path name. The method copies the passed pathname
object on success; the client is responsible for releasing the object when it is no longer needed, using ASFileSysReleasePath().
Pass a pathname of NULL
to reset the default temporary path to the file system default.
ASBool
ASFileSysSetDefaultTempPath(
ASFileSys
fileSys
,
ASPathName
pathName
);
fileSys | (May be
NULL ) The file system in which to set the default temporary path. |
pathName | The path name for the new default temporary path, or
NULL to reset to the file system default. |