Wrathchild
Technical User
how would I loop through these items to run the check that they exist so I can use i after "App"? I'm just looking for the syntax for "App & i".
int i = 0;
File App0 = new File("C:\\test.txt");
File App1 = new File("C:\\test2.txt");
while
if(App & i.exists()){ blah blah blah
i++
int i = 0;
File App0 = new File("C:\\test.txt");
File App1 = new File("C:\\test2.txt");
while
if(App & i.exists()){ blah blah blah
i++