Go Back   FlashFXP Forums > > > >

Bug Reports FlashFXP 3.0 RC 3 Bug Reports

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 07-26-2004, 11:01 PM   #5
ture82
Junior Member
 
Join Date: Jul 2004
Posts: 4
Default

Sorry but i do not understand where is the problem to add this little check.... as i see FlashFXP is write in Delphi...

as i am a delphi developer too, i think it's very simple to add that check.

just scan the ParamStr(0) as string char by char


Starting at the first occurance of " normaly the first characterst
until the next occurance of " --> this is the Path.

little code:

var str:string;
i,j:integer;
str:=paramStr(0);

for i:=1 to length(str) do
if str[i]='"' then break;

for j:=i+1 to length(str) do
if str[j]='"' then break;

Path:=midstr(str,i+1,j-i-1);


Best Regards

Ture
ture82 is offline  
 

Tags
flashfxp, ftp, line, path, running


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:18 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)