If I want to decide if a file exists I can use 'if
dir("c:\test1\t est2\testfile.t xt")="testfile. txt"'.
But now I want my application to decide if a directory exists and, if not,
create it. Maybe there's a hard way with an error handler searching for
error codes but is there a simplier way?
/ Bo
dir("c:\test1\t est2\testfile.t xt")="testfile. txt"'.
But now I want my application to decide if a directory exists and, if not,
create it. Maybe there's a hard way with an error handler searching for
error codes but is there a simplier way?
/ Bo
Comment