If you have a long path name, inside a label you can use either of the $DT_PATH_ELLIPSIS or $DT_END_ELLIPSIS style settings in the label. Just be aware, that the 2 values in the WindowsConstants.au3 file are set according to Microsoft documentation, but they work backwards, for example the Path_Ellipsis creates a path like this "C:Documents and Settings..." and the End_Ellipsis creates a path like this "C:Documents...Username", this is a problem with Windows and not AutoIt.