LSTFile.this

LSTFile direntry constructor

This constructs a LSTFile using a DirEntry as a file

Parameters

file DirEntry

file path

Examples

LSTFile lst = LSTFile(DirEntry("tuna.lst"));

Meta