Hi, all.
I use FSMakeFSSpec to convert working directory id into FSSpec.
DIM FSSpec AS spec
DIM OSErr AS err
err = FN FSMakeFSSpec(wdRefNum, 0, name$, spec)
This seems working. Is this right way?
But I don't know how can I convert FSSpec into working directory id.
TIA.
Osamu Shigematsu