FileSortingOrder

Description

Criterion to take into account when sorting files.

namespace FileSortingOrder
{
	enum Type
	{
		Name,
		Size,
		Date,
		Path
	};
}