Posts by PedroD • 163 points
1 post
-
6
votes3
answers1558
viewsA: Last folder of a directory
You need to break the string "C: Program Files Skype" into " ", like this: program Project28; {$APPTYPE CONSOLE} uses Classes, SysUtils; procedure Split(Delimiter: Char; Str: string; ListOfStrings:…