Parent Folder (wodFtpDLX / wodFtpDLX.NET)

by sisank @, (7579 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 ?

locked

Re: Parent Folder

by Jasmine, (7579 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

locked

Re: Parent Folder

by sisank @, (7579 days ago) @ Jasmine

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.

locked