SuperSamir 0 Posted August 18, 2019 Share Posted August 18, 2019 I want my program to create a file named "variable" if it cant detect a file with the same name in the same folder. Quote Link to post Share on other sites
0 Solution Elektron72 2 Posted August 19, 2019 Solution Share Posted August 19, 2019 There is a function called filesystem.exists(), which takes a path string and returns a boolean. You could use this to check whether the file exists. Quote Link to post Share on other sites
I want my program to create a file named "variable" if it cant detect a file with the same name in the same folder.
Link to post
Share on other sites