Forum Discussion
Hi,
Intel Altera only supports standard alphanumeric characters and underscores (_) in installation paths and project directory.
Examples of unsupported characters: \/:*?"<>|!£$%^&()
Regards
Anand
Hi Anand, a parser to pinpoint wrong path is not so difficult to write, at almost jut test path string. Not forever just when path var is created.
About catastrophic "&" behavior appear just on windows OS, Unix, Linux too accept also control character on path/file name. It is good taste of user not to do.
If \ / character are not supported, how can we specify path?? Maybe one of two can be confused with escape sequences, but on path one of this is a standard.
It is better prevent what can hurt code than leaving untested and not clearly stated
Regards
Roberto.