(C) 1998 AROS - The Amiga Research OS
LDF_ASSIGNS LDF_DEVICES LDF_VOLUMES
BOOL Success;
...
Success = IsDosEntryA("Work:", LDF_VOLUMES)
if (Success == TRUE)
{
...
}
In future releases the buffer size will be set via a taglist.
Initial inclusion into AROS repository.