Hi,
Is there a function available to create directory's with more than 8 characters?
Thanks,
Marc
Create directory with long-name
-
- Posts: 1102
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Create directory with long-name
Code: Select all
DLL32 FUNCTION CREATEDIRECTORY( cPathName AS LPSTR, nAttrib AS LONG ) AS BOOL;
PASCAL FROM "CreateDirectoryA" LIB "kernel32.dll"
-
- Posts: 1102
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact: