Package

Source Code of AllocInfo

import jcifs.smb.SmbFile;

public class AllocInfo {

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

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

Related Classes of AllocInfo

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.