11.06.2011 2:26, Ralf A. Quint пишет:

Sorry, but you're wrong. Windows (actually since the days of DOS) happily 
accepts a forward slash in
a path:
 >Microsoft Windows XP [Version 5.1.2600]
 >(C) Copyright 1985-2001 Microsoft Corp.
 >
 >C:\Documents and Settings\Ralf>cd /windows
 >
 >C:\Documents and Settings\Ralf\WINDOWS>

Just did the above in a DOS shell on Windows XPSP3. And I just tested this on 
Windows 7 Pro as well,
with the same basic result. Internally, all path related functions of Windows 
allow AFAIK both
forward and backwards slashes, it's just the GUI that doesn't allow you to 
enter the forward slash...

My mileage varies (Windows XP SP3 Russian):

C:\Documents and Settings>cd /winnt
Системе не удается найти указанный путь.

C:\Documents and Settings>cd \winnt

C:\WINNT>./notepad.exe
"." не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.

C:\WINNT>


Perhaps it depends on localization or some other factors.

Sergei
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to