Guest
Hi,
I want to run the following system task
$system("chmod 777 `FSDB_FILE");
this is not working because the defined value `FSDB_FILE.
I was trying the following:
$system("chmod 777 " `FSDB_FILE);
but I'm getting the error: "Incorrect number of arguments (8), (1)
required."
Does anyone have a solution?
Thanks,
Pazia
I want to run the following system task
$system("chmod 777 `FSDB_FILE");
this is not working because the defined value `FSDB_FILE.
I was trying the following:
$system("chmod 777 " `FSDB_FILE);
but I'm getting the error: "Incorrect number of arguments (8), (1)
required."
Does anyone have a solution?
Thanks,
Pazia