S
Sarah
Hello,
I want to remove all the log files in c:\program files\log, so I tried
unlink <c:\\program files\\log\\*.log>;
but it didn't work at all. Then I tried to get all the log file names by
@mylogfiles = glob (c:\\program files\\log\\*.log);
but I didn't get the right log file names.
Could any one help me?
Thanks a lot,
Sarah
I want to remove all the log files in c:\program files\log, so I tried
unlink <c:\\program files\\log\\*.log>;
but it didn't work at all. Then I tried to get all the log file names by
@mylogfiles = glob (c:\\program files\\log\\*.log);
but I didn't get the right log file names.
Could any one help me?
Thanks a lot,
Sarah