Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Path = "C:\path1\path2\path3\filename.txt"
Result1 = SRP_Path("GetComponents", Path, 2, 3)
Result2 = SRP_Path("GetComponents", Path, 5, 3)

Result1 will be "path1\path2\path3". Result2 will be "filename.txt".

See Also

GetDirectory, GetExtension, GetFilename, GetParameters, GetPath