Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Platform-Independent Microagents and Methods : COM.TIBCO.hawk.hma.FileStat : FileStat:getFileStatus

FileStat:getFileStatus
Method
Description:
This method returns status information for the directory(s) or file(s) contained in the specified directory whose names match the specified regular expression. Use a regular expression to query the status of a set of files. The regular expression can only be used on the file name portion of the input parameter. For example
c:/temp/.*
This expression queries all the files in c:/temp directory.
c:/temp/.*.tmp
This queries all the files in c:/temp directory that have the .tmp suffix.
Remarks
The arguments and return values for this method are different for Microsoft Windows and Unix platforms.
Type
Synchronous, IMPACT_INFO.
Microsoft Windows Only Arguments
 
Unix Only Arguments
 
Common to Both Microsoft Windows and Unix Returns
 
Microsoft Windows Only Returns
 
Unix Only Returns
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved