Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
671 commits behind the upstream repository.
  • Brad King's avatar
    7e04a3d2
    SystemTools: Remove RemoveEmptyPathElements method · 7e04a3d2
    Brad King authored
    This method was added recently but we've found another solution for its
    intended use case.  Removing empty path elements can corrupt paths that
    depend on a trailing empty component to preserve a trailing slash.
    
    Since this method was meant to complement SplitPath and JoinPath, update
    their documentation to explain how they treat empty components.
    7e04a3d2
    History
    SystemTools: Remove RemoveEmptyPathElements method
    Brad King authored
    This method was added recently but we've found another solution for its
    intended use case.  Removing empty path elements can corrupt paths that
    depend on a trailing empty component to preserve a trailing slash.
    
    Since this method was meant to complement SplitPath and JoinPath, update
    their documentation to explain how they treat empty components.
SystemTools.hxx.in 34.44 KiB