issues
search
hierynomus
/
smbj
Server Message Block (SMB2, SMB3) implementation in Java
Other
713
stars
180
forks
source link
address issue #603
#610
Closed
nddipiazza
closed
3 years ago
nddipiazza
commented
3 years ago
address #603 where getFileName was returning path instead of unc path.
deprecate getFileName - it's confusing. Instead offer a getPath and getUncPath method to DiskEntry.
hierynomus
commented
3 years ago
Great find!