|

WindowMode


(number) The window mode to use:



CONSTANT


VALUE DESCRIPTION


SW_SHOWNORMAL


1


Normal. (Default)


SW_MAXIMIZE


3


Maximized.


SW_MINIMIZE


6


Minimized.


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.Find

OverviewExamples

table File.Find ( string Folder,


string Filename,


boolean Recurse = false, boolean IncludeFolders = false, function CallbackFunction = nil,

function FileFoundCallbackFunction = nil )


De s cr ip t ion


Searches for files on the local system.


P arame t er s


Folder


(string) The path to the folder that you want to search in.


|