ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
JamGetDiskFreeSpace Function

Queries the free and total disk space for the given path.

Syntax
Pascal
procedure JamGetDiskFreeSpace(Path: UnicodeString; out TotalBytes: Int64; out FreeBytes: Int64);

This is a wrapper for the GetDiskFreeSpaceEx API call.

Copyright (c) 2011. All rights reserved.