Modify emsdriver Code
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / ftp / AFtpRemoteFile.java
index 3d3a27d..8692687 100644 (file)
@@ -37,4 +37,8 @@ public class AFtpRemoteFile implements RemoteFile{
        public String getAbsFileName() {
                return currDir.concat(getFileName());
        }
+       
+       public boolean isDirectory() {
+               return ftpFile.isDirectory();
+       }
 }
\ No newline at end of file