]]>

Go Back   FlashFXP Forums > Community Chatter > Programming

Programming Need help with C/C++/Delphi? Ask here and make us all laugh.

Closed Thread
Thread Tools Rate Thread
Unread 10-22-2004, 04:23 AM   #1
Member
 
Join Date: Feb 2003
Posts: 31
Question symlink & C++

Can anyone direct me to the help where can I find how to create symlink in C++?
THX
Miky is offline  
Unread 10-22-2004, 04:41 AM   #2
Senior Member
ioFTPD Scripter
 
Join Date: Sep 2002
Posts: 426
Default

printf("!vfs:chattr 1 \"d:\\my.physical.path\" \"/my.vfs.path\"\n");
WarC is offline  
Unread 10-22-2004, 05:48 AM   #3
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

or without printf:

cout << "!vfs:chattr 1 \"" << path << '\"' << virtualDestinationPath << '\n'

(Not that i'd use those streams myself)
darkone is offline  
Unread 10-22-2004, 06:41 AM   #4
Member
 
Join Date: Feb 2003
Posts: 31
Thumbs up

cool its working
very easy I thought that I'll have to use memshare and DC_VFS_WRITE

THX again
Miky is offline  
Unread 10-24-2004, 05:30 AM   #5
Member
 
Join Date: Jan 2003
Posts: 91
Default

Quote:
Originally posted by Miky
cool its working
very easy I thought that I'll have to use memshare and DC_VFS_WRITE
As long as your app writes output to the client it will. Otherwise its shmem with the vfs, not nearly as much fun I promise you.
dasOp is offline  
Unread 04-05-2005, 05:35 AM   #6
Member
 
Join Date: Feb 2003
Posts: 31
Default

So now it's here, I would like to do symlink by memshare and DC_VFS_WRITE because this "script" will not execute by/within iofptd.

Is it possible?

THX
Miky is offline  
Unread 02-10-2008, 01:23 AM   #7
Junior Member
 
Join Date: Feb 2008
Posts: 1
Default

thanxs dude
bharath is offline  
Closed Thread
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 04:36 AM.