FluentFs.Core.File.FileName C# (CSharp) Method

FileName() public method

Returns only the file name of the build artifact
public FileName ( ) : string
return string
        public string FileName()
        {
            return System.IO.Path.GetFileName(Path);
        }