[Issue 3420] Impossible to specify -J path for subdirectories
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 30 02:36:44 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3420
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |bugzilla at digitalmars.com
Resolution| |WONTFIX
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2009-11-30 02:36:43 PST ---
Paths are not allowed in the string supplied to the import statement. This is
for security reasons. To get the example to compile, use:
import ("data.txt");
and use the switch:
-Jdir
This behavior is as intended.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list