RemObjects.InternetPack.Ftp.VirtualFtp.DiscFolder.HasSubfolder C# (CSharp) Method

HasSubfolder() public method

public HasSubfolder ( String filename ) : System.Boolean
filename String
return System.Boolean
		public override Boolean HasSubfolder(String filename)
		{
			return Directory.Exists(Path.Combine(this.LocalPath, filename));
		}