Parent Folder - WeOnlyDo Discussion board

Parent Folder (wodFtpDLX / wodFtpDLX.NET)

by sisank, Tuesday, September 14, 2004, 23:52 (7162 days ago)

Hello,

I am writing an application with a ListBox which displays Files/Folders on the remote FTP Server.

I like to include an item in the ListBox as Parent Folder and when I double click on it should go back parent folder.

Is there any simple way I can do this using FtpDLx ?

Re: Parent Folder

by wodSupport, Wednesday, September 15, 2004, 00:00 (7162 days ago) @ sisank

Sisank,

since wodFtpDLX works with absolute paths, there is no term 'current folder' there, so there is no term 'parent folder' also. In order to go to parent - just from full path remove last part, and that's it.

BTW why don't you use GUI version that already exists?

Kreso

Re: Parent Folder

by sisank, Wednesday, September 15, 2004, 00:06 (7162 days ago) @ wodSupport

Kreso,

Appreciate your response.

I cannot use your control becoz I have to add little more functionality in our app and place it on our web site.