CurrentDir() seems to have gone in the latest SDK.
How should it be replaced?
Where is this explained ?
You now have SetCurrentDir and GetCurrentDir.
Simon
CurrentDir() was renamed to SetCurrentDir() to make it more clear what it does.
The function can still be used by its old name if you include <dos/obsolete.h> in your program.
Thanks to both
You now have SetCurrentDir and GetCurrentDir.
Simon
CurrentDir() was renamed to SetCurrentDir() to make it more clear what it does.
The function can still be used by its old name if you include <dos/obsolete.h> in your program.
Thanks to both