Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.8k views
in .NET FTP by (160 points)
How to know whether the remote file is a directory or a file?
How to user FTPFile class's isDir with DirDetails() method?

4 Answers

0 votes
by (161k points)
DirDetails returns an array of FTPFile objects, which you can inspect to see if they are directories or not

How to know whether the remote file is a directory or a file?
How to user FTPFile class's isDir with DirDetails() method?
0 votes
by (160 points)
thank you Bruce its workin fine now :-)
0 votes
by
DirDetails returns an array of FTPFile objects, which you can inspect to see if they are directories or not

How to know whether the remote file is a directory or a file?
How to user FTPFile class's isDir with DirDetails() method?


But isDir is Protected Internal Instance Fields,How I use it?
0 votes
by
Sorry!
I get it,FTPFile.Dir
Thanks!

Categories

...