Click or drag to resize

FileGetSizeTransacted Method (KernelTransaction, String)

[AlphaFS] Retrieves the file size, in bytes to store a specified file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static long GetSizeTransacted(
	KernelTransaction transaction,
	string path
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The path to the file.

Return Value

Type: Int64
The number of bytes of disk storage used to store the specified file.
See Also