Форум: "Основная";
Текущий архив: 2004.03.14;
Скачать: [xml.tar.bz2];
ВнизКак конвертировать имена файлов Найти похожие ветки
← →
TUser (2004-03-03 20:46) [0]Есть ли какая-нибудь ф-ция для превращения
c:\Pogram files\Borland\Delphi\Projects\My first Program\Any files\ ...
в
c:\PROGRA~1\BORLAND\DELPHI\PROJEC~1\MYFIRST~1\ANYFILES\...
← →
Romkin (2004-03-03 20:49) [1]The GetShortPathName function obtains the short path form of a specified input path.
DWORD GetShortPathName(
LPCTSTR lpszLongPath, // points to a null-terminated path string
LPTSTR lpszShortPath, // points to a buffer to receive the null-terminated short form of the path
DWORD cchBuffer // specifies the size of the buffer pointed to by lpszShortPath
);
Страницы: 1 вся ветка
Форум: "Основная";
Текущий архив: 2004.03.14;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.013 c