VOGONS


First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Say my mounted virtual drive for c: is on D:\dosbox\C
and d: is on D:\dosbox\d
How do I get this 2 full paths from dosbox?
Thanks
Jack

Reply 1 of 4, by FeedingDragon

User metadata
Rank Oldbie
Rank
Oldbie

Use the MOUNT command without any options. It will return a list of mounted drives and their "real" paths.

Feeding Dragon

Reply 2 of 4, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Hi FeedingDragon,
If I need to do that in the code, how do I achieve the same thing?
Thanks

Reply 4 of 4, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

OK got it

Drives[drive]->GetBaseDir();