|

Destination


(string) The full destination path. This is the location you want the file moved to.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

File.Open

OverviewExamples

File.Open ( string Filename,


string WorkingFolder = "",


number WindowMode = SW_SHOWNORMAL )


De s cr ip t ion


Opens a document file with its default viewer application.


image

Note: If this action fails with the "open" shell verb, it drops through and tries the default shell verb for the file type.


P arame t er s


Filename


(string) The path to the document. Click the browse button to select a file.


|