JCL Help:GetVolumeFileSystem
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetVolumeFileSystem Function
Search in JCL Help
Search in all projects
Summary
Returns the name of the filesystem of the specified volume.
Pascal
function GetVolumeFileSystem(const Drive: string): string;
Parameters
Parameters | Description |
const Drive: string | The volume for which to filesystem name. You must specify the root-directory of a drive (e.g. 'c:') or a full UNC name in which case you must follow it with an additional backslash. |
Return Value
If the function succeeds it returns the name of the filesystem of the specified volume. If the function fails it returns an empty string.
Description
GetVolumeFileSystem returns the name of the filesystem of the specified volume. This can be a string such as 'FAT' or 'NTFS'. You may specify a volume (e.g. 'c:') or a UNC name.
About
Unit
Donator
John C Molyneux
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page