S
Steve
Hi Guys,
Is there a reference that would help someone coming from Delphi to
find equivalent functions in C#?
I'm currently looking for a C# version of Delphi's
IncludeTrailingPathDelimiter(). This function accepts a string and
returns the string with a trailing path delimiter (/ or \ depending on
platform). If the string already has the trailing delimiter, it is
returned unmodified.
I know I'll run into other translation issues so if anyone could point
me to a good reference, I'd appreciate it.
Thanks,
Steve
Is there a reference that would help someone coming from Delphi to
find equivalent functions in C#?
I'm currently looking for a C# version of Delphi's
IncludeTrailingPathDelimiter(). This function accepts a string and
returns the string with a trailing path delimiter (/ or \ depending on
platform). If the string already has the trailing delimiter, it is
returned unmodified.
I know I'll run into other translation issues so if anyone could point
me to a good reference, I'd appreciate it.
Thanks,
Steve