- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TYPE_FILESYSTEM (0.12 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
/** * Returns type of of object this <tt>SmbFile</tt> represents. * @return <tt>TYPE_FILESYSTEM, TYPE_WORKGROUP, TYPE_SERVER, TYPE_SHARE, * TYPE_PRINTER, TYPE_NAMED_PIPE</tt>, or <tt>TYPE_COMM</tt>. */ public int getType() throws SmbException { if( type == 0 ) { if( getUncPath0().length() > 1 ) { type = TYPE_FILESYSTEM; } else if( share != null ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0)