You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CLIPSESG
It was a very good idea to introduce function "chdir" in version 6.4. I wonder why it returns TRUE instead of the path to the new dir.
It would be nice also to have a similar function "dir" or "pwd".
CLIPS Support
unread,
May 4, 2021, 1:25:43 PM5/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CLIPSESG
The CLIPS chdir function uses the ANSI C chdir library function which returns just an error code. You can use the CLIPS system function to pass commands to the operating system (e.g. (system "pwd")).