Gieted
10/19/2020, 7:47 AMBig Chungus
10/19/2020, 8:02 AMgildor
10/19/2020, 8:14 AMpointed
Gieted
10/19/2020, 8:15 AMgildor
10/19/2020, 8:16 AMgildor
10/19/2020, 8:17 AMgildor
10/19/2020, 8:19 AMgildor
10/19/2020, 8:20 AMptr
extensionGieted
10/19/2020, 8:24 AMgildor
10/19/2020, 8:45 AMgildor
10/19/2020, 8:47 AMPathFindFileName("somepath".cstr.ptr)
is what you needgildor
10/19/2020, 8:47 AMgildor
10/19/2020, 8:47 AMmsink
10/19/2020, 8:48 AMPathFindFileNameW
or PathFindFileNameA
insteadmsink
10/19/2020, 8:59 AMcinterop
tool: PathFindFileName
should be alias to PathFindFileNameW
, not some weird pointer.Gieted
10/19/2020, 9:30 AMmsink
10/19/2020, 9:34 AMPathFindFileNameA
does not support unicode, so better always use functions with W
endidngs.