News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Directory

Started by six_L, May 26, 2006, 08:47:41 AM

Previous topic - Next topic

six_L

hey,all

i'm glad to see the forum up.
the forum runs faster than the past. my access doesn't need to freeproxy.
;----------------------------------------
invoke CreateDirectory,addr CreatePath,NULL
the above code can only create ONE stair Directory. How do create multi stair Directory?
regards

zooba

Do CreatePath for each level. Alternatively, I once saw a function floating around in an installation DLL called "EnsurePathExists" or something similar which would create any directories required. Have a look at the functions in SHLWAPI; there's a lot of useful stuff in there.

Cheers,

Zooba :U

six_L

Hey,zooba
Thanks you for response.
:U
i can't find the API help. could you tell some detail?

best regards

regards