Solved how to auto create folder named if not existing

SalmanZeiad

Member
Local time
Today, 04:59
Joined
Oct 30, 2017
Messages
112
how to auto create folder named if not existing when i export report pdf to folder
 
Use MkDir ?
Code:
mkdir "C:\temp\tt"
need to make sure it does not exist first, and if several levels create each in turn.
 
@Gasman // I am sending to a static directory path, but I want if it does not exist, create a directory to place the file in
 

Users who are viewing this thread

Back
Top Bottom