Click or drag to resize
FileGetCompressedSize Method
Overload List
  NameDescription
Public methodStatic memberGetCompressedSize(String)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file.
Public methodStatic memberGetCompressedSize(String, PathFormat)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file.
Public methodStatic memberGetCompressedSize(KernelTransaction, String)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file as part of a transaction. If the file is located on a volume that supports compression and the file is compressed, the value obtained is the compressed size of the specified file. If the file is located on a volume that supports sparse files and the file is a sparse file, the value obtained is the sparse size of the specified file.
Public methodStatic memberGetCompressedSize(KernelTransaction, String, PathFormat)
[AlphaFS] Retrieves the actual number of bytes of disk storage used to store a specified file as part of a transaction. If the file is located on a volume that supports compression and the file is compressed, the value obtained is the compressed size of the specified file. If the file is located on a volume that supports sparse files and the file is a sparse file, the value obtained is the sparse size of the specified file.
Top
See Also