CurrentDir()

4 posts / 0 new
Last post
JosDuchIt
JosDuchIt's picture
Offline
Last seen: 7 years 4 months ago
Joined: 2012-01-08 20:57
CurrentDir()

CurrentDir() seems to have gone in the latest SDK.

How should it be replaced?

Where is this explained ?

Rigo
Rigo's picture
Offline
Last seen: 1 year 10 months ago
Joined: 2011-01-24 21:55
Re: CurrentDir()

You now have SetCurrentDir and GetCurrentDir.

Simon

salass00
salass00's picture
Offline
Last seen: 1 year 1 month ago
Joined: 2011-02-03 11:27
Re: CurrentDir()

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.

JosDuchIt
JosDuchIt's picture
Offline
Last seen: 7 years 4 months ago
Joined: 2012-01-08 20:57
Re: CurrentDir()

Thanks to both

Log in or register to post comments