cfiler
sorter_ByTimeStamp Class Reference

ファイルのタイムスタンプを使ってソートする機能 More...

Public Member Functions

def __init__ (self, order=1)
 コンストラクタ More...
 

Detailed Description

ファイルのタイムスタンプを使ってソートする機能

ファイルのタイムスタンプを使ってアイテムをソートするための機能です。

内骨格では、ソータと呼ばれるオブジェクトを使って、ファイルリストのアイテムを並べ替えて表示することが出来ます。
ソータは sorter_Xxxx という名前のクラスのオブジェクトで表現します。

See also
sorter_ByName
sorter_ByExt
sorter_BySize

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  order = 1 
)

コンストラクタ

Parameters
self-
order並びの順序。1=昇順、-1=降順