Pal, Peter's AutoIt Library Pal Wiki
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
AutoIt file: String and File String.au3
| Function | Description |
|---|---|
| _FileName | Returns file name with or without extension stripped from path, drive, etc. |
| _FileExtension | Returns file extension if any |
| _FileSetExtension | Returns file name with extension added or changed |
| _FileAddExtension | Description....: Returns file name with extension added |
| _FilePath | Returns file (url) path without end back or forward slash |
| _FileSetPath | Returns file name with (url) path added or changed |
| _FileAddPath | Returns file name with (url) path added |
| _FileComparePaths | Returns true if (url) paths in given parameters are the same (case-insensitive comparison, last slash-insensitive) |