i need to check if a folder exists in a particular location,if not then create that folder and save the appropriate file there.How can i acheive this using X++.
Please advice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To check folder existence you can use
WinApi::pathExists,to create one
WinApi::createDirectoryorWinApi::createDirectoryPath:I have no idea what is meant by “the appropriate file”, but have a look at the
TextIO,BinaryIOor the other *IO classes.