
24.03.2010, 23:57
|
|
Познавший АНТИЧАТ
Регистрация: 12.07.2008
Сообщений: 1,705
Провел на форуме: 5914048
Репутация:
1350
|
|
Можно с помощью echo 1 > "\\?\C:\temp\1.txt " или WinAPI CreateFile,но не советую использовать.
http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
Do not end a file or directory name with a space or a period. Although the underlying file system may support such names, the Windows shell and user interface does not. However, it is acceptable to specify a period as the first character of a name. For example, ".temp"
|
|
|