Index

Package: Win

Description

private package Support.Win is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

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.

Execution_Directory

function Execution_Directory return String;
Returns the absolute path of the executable's directory.

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.

Temp_Directory

function Temp_Directory return String;
Returns the current platform's temporary directory.