Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#E6FCFF

NAMING-FILESYSTEM-DISTINGUISH-NAMES-AND-PATHSTip VD14

Programmers often need to know if a string they’re given is just the “name” of a file within a folder/directory or a longer path. A “path” can often be used “as-is,” but with just a filename, it often has to be looked-up to get a longer path. Use name and path suffixes to help differentiate between the different kinds of data.

...