Method of IApplication
File operation helpers.
var pbResult = Application.file_operation(operation, strFrom, strTo, nFlags, bFailIfExist);
==== Visual Basic Script ====
pbResult = Application.file_operation operation, strFrom, strTo, nFlags, bFailIfExist
==== C++ ====
VARIANT_BOOL bResult; HRESULT hr = Application.file_operation(operation, strFrom, strTo, nFlags, bFailIfExist, &bResult);
===== See Also ===== IApplication