All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jcifs_1.3.3.examples.AllocInfo Maven / Gradle / Ivy

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() );
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy