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

com.github.leeonky.dal.extensions.basic.file.util.ToString Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.dal.extensions.basic.file.util;

import java.nio.file.Path;

public class ToString {
    public static String name(Path path) {
        return path.toFile().getName();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy