I am trying to create a small ftp client app, however there is one thing I cannot get to work. When I scan a directory I want to distinguish between directories and files.
I use MMF 1.5 builtin FTP Object.
I thought using the Condition: For (FTP Object), Scanned name$( FTP Object) is a directory (and same for file) would work. However the condition nevers becomes true.
I know I have the right directory and that something is returned, if I replace the condition with always I get a nice list of what is in the directory. I just cannot distingiush the content.