Index

Package: Win

Description

private package Support.Win is

Subprograms & Entries

App_Data_Directory

function App_Data_Directory return String;
Returns the path of the directory where system-wide application-specific data files can be read and written on a Windows system.

Executable_Extension

function Executable_Extension return String;
Returns the file extension of executables on Windows without a leading dot character.

Executable_Path

function Executable_Path return String;
Returns the path of the application's executable file.

Home_Directory

function Home_Directory return String;
Returns the path of the user's home directory.

Reveal_Path

procedure Reveal_Path
( path: String );
Opens an Explorer window at the directory specified by 'path'. If 'path' is a file, the file will be selected in the window.

System_Font_Directory

function System_Font_Directory return String;
Returns the path of the Windows font directory.