mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: cbDirectoryChanged now displays a warning if it couldn't change directory
This commit is contained in:
parent
ddeff78c93
commit
733e5f4b1a
1 changed files with 1 additions and 5 deletions
|
@ -254,11 +254,7 @@ void cbDirectoryChanged (IVariable &var)
|
|||
// Update the running directory if needed
|
||||
if (var.getName() == "RunningDirectory")
|
||||
{
|
||||
#ifdef NL_OS_WINDOWS
|
||||
_chdir (vp.c_str());
|
||||
#else
|
||||
chdir (vp.c_str());
|
||||
#endif
|
||||
CPath::setCurrentPath(vp);
|
||||
}
|
||||
|
||||
// Call the callback if provided
|
||||
|
|
Loading…
Reference in a new issue