audk/ShellPkg/Include/Library
Jim.Dailey@dell.com 9ba404d664 ShellPkg-UefiShellLib: Add a function to fully-qualify paths
Add a function to return a clean, fully-qualified version of some path.

This function handles a (possibly "dirty") input path that may or may
not include a file system reference.

If it does not include a file system reference, then if the input path
does not begin with a forward or backward slash, then the input path is
relative to the current working directory of the current file system.
Otherwise, it is an absolute path within the current file system.

If it does include a file system reference, it may be a reference to the
current or some other file system.  If the file system reference is not
immediately followed by a forward or backward slash, then the input path
is relative to the current working directory of the given file system.
Otherwise, it is an absolute path within the given file system.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jim Dailey <jim_dailey@dell.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
2018-11-05 10:52:40 +08:00
..
BcfgCommandLib.h ShellPkg: Add a new library for "bcfg" command 2014-09-10 20:30:38 +00:00
HandleParsingLib.h ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
ShellCEntryLib.h ShellPkg: Fix typos in comments and variables 2016-11-15 11:05:34 +08:00
ShellCommandLib.h ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
ShellLib.h ShellPkg-UefiShellLib: Add a function to fully-qualify paths 2018-11-05 10:52:40 +08:00