Importing text file, path not found
bearophile
bearophileHUGS at lycos.com
Tue Feb 18 01:21:46 PST 2014
Tolga Cakiroglu (tcak):
> 1. Because I am giving the full path of that file to be
> imported, compiler is complaining about that it cannot find
> the file. If I remove the path, and leave the file name only,
> it works. Am I doing something wrong, or bug?
>
> 2. Why do I need to tell compiler where to look at if I am
> going to tell where the file is already? Shouldn't it be like
> "Hey compiler, if you cannot find the file, look at those
> places", and I shouldn't need to use J flag if not necessary?
It seems things are working as designed.
The J flag is meant for security.
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list