Posted 28 March 2014 - 01:32 AM
Hello World. What's up?
I'm just wondering, is there a way to check if a program exists?
A stupid example would be:
Is a there a way to roughly imitate this example? If yes, please let me know.
Thanks for the attention.
I'm just wondering, is there a way to check if a program exists?
A stupid example would be:
local programName = "program"
--conditional statement here to check if program exists, if it does:
print ("true")
--else:
print ("false")
Is a there a way to roughly imitate this example? If yes, please let me know.
Thanks for the attention.