[futurebasic] How to convert FSSpec to working directory id

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2000 : Group Archive : Group : All Groups

From: Osamu Shigematsu <shigematsu@...>
Date: Fri, 29 Dec 2000 11:32:22 +0900
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