WEB форумы на jedi
[Форум] [Помощь] [Поиск] [Выйти]
Добро пожаловать, [info]User

WEB форумы на jedi [ПОИСК] [Архив до 03.2006]

Тема API - функции К предыдущему сообщению На следующее сообщение Программирование

Отправил Lexx в 16:59 11.12.2002[Ответить]
Может кто знает функцию WIN API или Delphi,
которая имя файла из досовского формата переводит в виндовый



Отправил CAHbKA в 17:37 11.12.2002[Ответить]
Naming a File

Although each file system can have specific rules about the formation of individual components in a directory or file name, all file systems follow the same general conventions: a base file name and an optional extension, separated by a period. For example, the MS-DOS FAT file system supports 8 characters for the base file name and 3 characters for the extension. This is known as an 8.3 file name. The FAT file system and NTFS support file names that can be up to 255 characters long. This is known as a long file name. To get an MS-DOS file name given a long file name, use the GetShortPathName function. To get the full path of a file, use the GetFullPathName function.

--
http://msdn.microsoft.com


Отправил Lexx в 20:08 11.12.2002[Ответить]
Спасибо за помощь.


Отправил Song в 08:59 12.12.2002[Ответить]
Можно также через TSearchRec