Parent Folder (wodFtpDLX / wodFtpDLX.NET)
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
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
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.