File.getFullPath

Overview | Methods | This Package | All Packages

File.getFullPath

Expands the specified path to a fully qualified path.

Syntax

public static String getFullPath( String path )

Parameters

path

The path to be fully qualified.

Return Value

The fully qualified path.

Exceptions

WinIOException thrown if an error occurs.

Remarks

The resulting string consists of a drive letter, a colon, and a root relative path. This method does not verify whether the resulting path is valid or whether it refers to an existing file or directory on the associated volume.