Create directory with long-name

Post Reply
Marc Vanzegbroeck
Posts: 1163
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Create directory with long-name

Post by Marc Vanzegbroeck »

Hi,

Is there a function available to create directory's with more than 8 characters?

Thanks,
Marc
User avatar
Enrico Maria Giordano
Posts: 8753
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 4 times
Contact:

Re: Create directory with long-name

Post by Enrico Maria Giordano »

Code: Select all | Expand

DLL32 FUNCTION CREATEDIRECTORY( cPathName AS LPSTR, nAttrib AS LONG ) AS BOOL;
      PASCAL FROM "CreateDirectoryA" LIB "kernel32.dll"


EMG
Marc Vanzegbroeck
Posts: 1163
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

Thanks Enrico, it's working fine!!!

Marc
Post Reply