Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: как получить пути в FS плагине 
Author Message
zvyagaaa



PostPosted: Mon Oct 24, 2011 20:17    Post subject: Reply with quote

Code:
function FsFindFirst(
  path :pchar;
  var FindData: tWIN32FINDDATA )
: thandle; stdcall;
begin
  FillChar( FindData, SizeOf( FindData ), 0 );
  StrPCopy( FindData.cFileName, '[Запустить файл]' );
  Result := 13;
end;

function FsFindNext(
  Hdl: thandle;
  var FindData:tWIN32FINDDATA )
: bool; stdcall;
begin
  Result := False;
end;

View user's profile Send private message ICQ Number


Powered by phpBB © 2001, 2005 phpBB Group