Page 1 of 1

Create directory with long-name

PostPosted: Tue Oct 31, 2006 11:29 am
by Marc Vanzegbroeck
Hi,

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

Thanks,
Marc

Re: Create directory with long-name

PostPosted: Tue Oct 31, 2006 11:30 am
by Enrico Maria Giordano
Code: Select all  Expand view
DLL32 FUNCTION CREATEDIRECTORY( cPathName AS LPSTR, nAttrib AS LONG ) AS BOOL;
      PASCAL FROM "CreateDirectoryA" LIB "kernel32.dll"


EMG

PostPosted: Tue Oct 31, 2006 1:53 pm
by Marc Vanzegbroeck
Thanks Enrico, it's working fine!!!

Marc