Hello,
How do I check if a folder exists and if it doesn't create it?
Currently I was trying:
IF NOT CREATE(fso,FALSE) THEN EXIT;
XMLFilePath := 'C:\Users\XMLDPS\SampleFiles\';
ok := fso.FolderExists(XMLFilePath);
CLEAR(fso);
but how do I then create the folder if it's not there?
0
Comments
Here's one
http://www.mibuso.com/forum/viewtopic.php?t=11530
http://www.BiloBeauty.com
http://www.autismspeaks.org
http://www.mibuso.com/dl.asp?FileID=541&Type=file
http://www.mibuso.com/dlinfo.asp?FileID=169
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog