www.icetips.com  Icetips Utilities Documentation 11/14/2010    

File Search Class:  SetNoFileSort

Previous  Top  Next  


Prototype: (none)

 

This method removes the file sort order that is used in the ScanFiles method to sort the SELF.Files queue after all the files have been read in.  After this method has been called the Files queue will not be sorted at all.

 

Example:

ITF  ITFileSearchClass

Code

ITS.SetFileSort(IT_FileSort:Name) !! Sort by name

ITS.ScanDirectories()

ITS.ScanFiles() !! ITS.Files queue is now sorted by name

ITS.SetNoFileSort

ITS.ScanFiles() !! ITS.Files queue is now unsorted.

 

 

See also:

Files

FileSort

SetFileSort



Direct link to this page: http://www.icetips.com/manuals/utilities/setnofilesort_filesearch.htm