Linux

Implemented by


  
[scriptable, uuid(60b320d2-1dd2-11b2-bd73-dc3575f78ddd)]
interface nsIFileView : nsISupports

Constants


        
const short sortName = 0

        
const short sortSize = 1

        
const short sortDate = 2

Attributes


        
readonly attribute boolean reverseSort

        
readonly attribute nsIArray selectedFiles

        
attribute boolean showHiddenFiles

        
attribute boolean showOnlyDirectories

        
readonly attribute short sortType

Methods


        
void setDirectory(in nsIFile directory)

        
void setFilter(in wstring filterString)

        
void sort(in short sortType, in boolean reverseSort)