On Monday, 11 February 2019 at 00:19:02 UTC, kdevel wrote:
I am trying to get this code compiled:

```TemplateStore.d
module TemplateStore;
import std.path;
import std.conv;
import std.file;

[...]

You can't read or list files at compile-time. What are you trying to do?

Reply via email to