Package

Source Code of GetDfsPath

import jcifs.smb.SmbFile;

public class GetDfsPath {

    public static void main( String argv[] ) throws Exception {

        SmbFile f = new SmbFile( argv[0] );
        System.out.println( f.getDfsPath() );
    }
}
TOP

Related Classes of GetDfsPath

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.