Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /** START*/
  2. $outFile = '//NIK/Attribution/"$Fund_Names[$i]"_INDUSTRY.csv';
  3. if(file_exists($outFile)){
  4. rm($outFile);
  5. }
  6. /** END*/
Add Comment
Please, Sign In to add comment