Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

In Setup Factory do not see an option to File.Create(<filename>)

$
0
0
Did not want to add a file to the installer.. but wanted to create a dummy file that is saved to hard drive.

-- comment
log_error = File.DoesExist("FileIamLookingFor");

if log_error == false then
File.Create("PathtoFolder\\CreateaDummyFile.ext");
end

Viewing all articles
Browse latest Browse all 2105

Trending Articles