Sebastien Barre
|
6e4b6ca0d3
ENH: add method to attempt to check if a file is text or binary
|
20 years ago |
Andy Cedilnik
|
eee2d2b035
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directory
|
20 years ago |
Sebastien Barre
|
7f2c1e434c
ENH: add method to escape some chars in a string
|
20 years ago |
Sebastien Barre
|
a662af88de
ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code
|
20 years ago |
Andy Cedilnik
|
fe110e2ae0
ENH: Add split that splits on arbitrary separator
|
20 years ago |
Andy Cedilnik
|
214269f095
ENH: Expose ConvertToUnixOutputPath
|
20 years ago |
Brad King
|
3f224b7558
COMP: Do not do va_list hack if there is no std:: namespace.
|
20 years ago |
Andy Cedilnik
|
1e04844de9
COMP: Attempt to fix problem with building on SGI
|
20 years ago |
Sebastien Barre
|
ecc142ee33
ENH: move convenience method to get OS name and version from KWApp to KWSys.
|
20 years ago |
Bill Hoffman
|
266d5d16df
ENH: optimization of cwd and do not leak library handle
|
20 years ago |
Bill Hoffman
|
fadff33791
BUG: fix for bug 1717 incorrect path sent to dart server
|
20 years ago |
Brad King
|
c7a2c80c17
ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component.
|
20 years ago |
Sebastien Barre
|
1816011791
ENH: move EstimateFormatLength to kwsys
|
20 years ago |
Sebastien Barre
|
a1de574851
ENH: add last two small funcs from vtkString. Done removing deps
|
21 years ago |
Sebastien Barre
|
213c04563c
ENH: update documentation, sort methods into categories
|
21 years ago |
Sebastien Barre
|
c8772c286e
COMP: fix some warnings
|
21 years ago |
Sebastien Barre
|
2415ff678a
ENH: remove deps to vtkString by using KWSys (a handful of functions have been moved to KWSys)
|
21 years ago |
Sebastien Barre
|
07bdc60045
ENH: remove deps to vtkString by using KWSys (a handful of functions have been moved to KWSys)
|
21 years ago |
Sebastien Barre
|
a79868206e
ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemTools
|
21 years ago |
Brad King
|
495666742b
ENH: Added ComparePath method.
|
21 years ago |
Brad King
|
e2ec4a1845
ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system.
|
21 years ago |
Andy Cedilnik
|
39fcca05cf
ENH: Implement copy of directory with content
|
21 years ago |
Brad King
|
23276ca3a2
ENH: Initializing translation map using the PWD environment variable and getcwd functions to automatically translate logical paths involving the current working directory. Also added the JoinPath method to aid users of the SplitPath method.
|
21 years ago |
Brad King
|
4bf8aa6293
ENH: Added SystemTools::SplitPath method to split any file path into its basic components.
|
21 years ago |
Andy Cedilnik
|
320e90ef5a
ENH: Add a delay method
|
21 years ago |
Andy Cedilnik
|
2bad658304
COMP: Attempt to fix warnings on SGI
|
21 years ago |
Andy Cedilnik
|
bc66973061
ENH: Add method to find file in parent directories if it exists
|
21 years ago |
Brad King
|
bc6ae0649b
ERR: Replaced std::string with kwsys_stl::string for portability.
|
21 years ago |
Andy Cedilnik
|
b221d046a6
ENH: Add method to retrieve parent directory and for checking if directory is a subdirectory of another directory
|
21 years ago |
Ken Martin
|
50da032847
COMP: fix some compile issues with insert
|
21 years ago |