Type Summary
|
Constants and Named Numbers
|
Other Items:
|
|
function Is_Valid_Directory (Name : String)
return Boolean;
|
|
Determines if the value Name identifies a valid directory
name or not
|
|
function Is_Valid_Filename (Name : String)
return Boolean;
|
|
Determines if the value Name identifies a valid filename
name or not
|
|
function Is_Special (Name : String) return Boolean;
|
|
Determines if Name is a 'special' file. Assumes Name
is a trimmed, Base Name.
|
|