in reply to Re^2: Win32:OLE - close documents
in thread Win32:OLE - close documents
You already have the variable $path filled with some value beforehand, but then declare a second variable with the same name, thus overlaying the other variable. This is per se not incorrect, but it is confusing. This is why I chose to rename all the variables to what I interpret their values actually mean.
|
|---|