Jump to content

Recommended Posts

Posted

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 :(

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...