Re: FTPFile check if path is absolute

2017-09-13 Thread Bernd Eckenfels
usecase? Gruss Bernd Gruss Bernd -- http://bernd.eckenfels.net From: Onder SEZGIN Sent: Thursday, September 14, 2017 7:39:59 AM To: user@commons.apache.org Subject: FTPFile check if path is absolute Hi, When i check; https://github.com/apache/commons-net/blob/trunk

FTPFile check if path is absolute

2017-09-13 Thread Onder SEZGIN
Hi, When i check; https://github.com/apache/commons-net/blob/trunk/src/main/java/org/apache/commons/net/ftp/FTPFile.java This class does not have such a method like .isAbsolute(). Is there a specific reason why we dont have such method? Or do you have a suggested way to do such check? Thanks Ö