IFileSystem.GetFileSize method

namespace: Serenity   assemblySerenity.Net.Core

Gets file size for specified path

public long GetFileSize(string path)
parameter description
path File path

Return Value

Size of the file at path

See Also