Get directory name
Hi,
How can I get the directory name from a full file path? e.g.
C:\Data\file.ext -> C:\Data
Which function I should use?
Archive: Get directory name
Get directory name
Hi,
How can I get the directory name from a full file path? e.g.
C:\Data\file.ext -> C:\Data
Which function I should use?
GetParent seemed to did the trick. Nevermind.