SetCurrentDirectory()
语法
Result = SetCurrentDirectory(Directory$)概要
Changes the current directory for the program.
参数
Directory$ The full path to the new current directory, or a path relative to the existing current directory.
返回值
Returns nonzero if the current directory has been successfully changed, return zero otherwise.
Remarks
All files accesses are relative to this directory, when no absolute path is specified. To get the current directory, use GetCurrentDirectory().
参阅
GetCurrentDirectory()
已支持操作系统
所有