cesinha87 Posted August 21, 2019 Posted August 21, 2019 Right now I have a variable $sql_script = '\Delete_Duplicated_Systems.sql' and I am afraid someone changes the filename "Delete_Duplicated_Systems.sql". The file will be in the same location, and I am trying to use StringRegExp to search for any file .sql extension within the same directory and store to $sql_script but I am not able to get it done
FrancescoDiMuro Posted August 21, 2019 Posted August 21, 2019 @cesinha87 Use _File* or File* functions to got a list of files with *.sql extension, and do whatever you want. Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now