Version 0 of filesystem

Updated 2016-10-13 06:23:05 by pooryorick

There are various filesystem tools are available for Tcl:

See Also

Directory recursion
grep
fileutil
A Tcllib module for working with files and directories.
file manager
GUIs for working with files and directories.
VFS
Virtual filesystem

Metadata

file
A built-in command for working with files.
Playing with Windows file associations

List/Search/Walk

Another little file search
dupfind
Finding duplicate files
globfind, by Steve Huntley
A fast and simple alternative to fileutil::find.
globx, by Matthias Hoffmann
list files or folders of a folder tree
Largest files
Find files that exceed some threshold in size.
ls -l in Tcl
Windows file finder
How can I calculate how much disk space is being used in a directory

Locking

See How do I manage lock files in a cross platform manner in Tcl

Monitor

Tracking Filesystem Changes, by George Peter Staplin

Path

Making a Path Absolute
Relative File Paths
Tcl File Renamer
Rename and redate photo-files

Replicate

Directory Tree Synchronization, by George Peter Staplin

Statistics

file size
A subcommand of file.
directory size, by Fred Limouzin
filesystem benchmarking
di, by Brad Lanam
A disk information utility, displaying everything (and more) that your 'df' command does.

Temporary Files and Directories

Creating Temporary Files