Back to Aurora Vision Library Lite website

You are here: Start » System » File System » CheckDiskSpace

CheckDiskSpace


Header: STD.h
Namespace: avl

Determines the information about the filesystem on which the pathname inPath is located.

Syntax

void avl::CheckDiskSpace
(
	const atl::Directory& inPath,
	atl::int64& outCapacity,
	atl::int64& outFree,
	atl::int64& outAvailable
)

Parameters

Name Type Default Description
Input value inPath const Directory& \".\" Input path
Output value outCapacity int64& Total size of the filesystem, in bytes
Output value outFree int64& Free space on the filesystem, in bytes
Output value outAvailable int64& Free space available to a non-privileged process (may be equal or less than outFree)