RFE: eval() file/folder parameters to return tdu.FileInfo

Wouldn’t it make sense that eval() a file/folder parameter would directly return a tdu.FileInfo object?

1 Like

I’ll put it in the RFE list for discussion. Possible backwards compatibility issue. I do think we could do it for parGroups at least.

Generally tdu.FileInfo(o.par.file) works, ya?

Yeah, that works fine. I’ve just been wrapping pars and ui.chooseFile() in tdu.FileInfo() all day and though it would be pretty convenient

1 Like