#include <tcl.h>
Public Attributes | |
| CONST char * | typeName |
| int | structureLength |
| Tcl_FSVersion | version |
| Tcl_FSPathInFilesystemProc * | pathInFilesystemProc |
| Tcl_FSDupInternalRepProc * | dupInternalRepProc |
| Tcl_FSFreeInternalRepProc * | freeInternalRepProc |
| Tcl_FSInternalToNormalizedProc * | internalToNormalizedProc |
| Tcl_FSCreateInternalRepProc * | createInternalRepProc |
| Tcl_FSNormalizePathProc * | normalizePathProc |
| Tcl_FSFilesystemPathTypeProc * | filesystemPathTypeProc |
| Tcl_FSFilesystemSeparatorProc * | filesystemSeparatorProc |
| Tcl_FSStatProc * | statProc |
| Tcl_FSAccessProc * | accessProc |
| Tcl_FSOpenFileChannelProc * | openFileChannelProc |
| Tcl_FSMatchInDirectoryProc * | matchInDirectoryProc |
| Tcl_FSUtimeProc * | utimeProc |
| Tcl_FSLinkProc * | linkProc |
| Tcl_FSListVolumesProc * | listVolumesProc |
| Tcl_FSFileAttrStringsProc * | fileAttrStringsProc |
| Tcl_FSFileAttrsGetProc * | fileAttrsGetProc |
| Tcl_FSFileAttrsSetProc * | fileAttrsSetProc |
| Tcl_FSCreateDirectoryProc * | createDirectoryProc |
| Tcl_FSRemoveDirectoryProc * | removeDirectoryProc |
| Tcl_FSDeleteFileProc * | deleteFileProc |
| Tcl_FSCopyFileProc * | copyFileProc |
| Tcl_FSRenameFileProc * | renameFileProc |
| Tcl_FSCopyDirectoryProc * | copyDirectoryProc |
| Tcl_FSLstatProc * | lstatProc |
| Tcl_FSLoadFileProc * | loadFileProc |
| Tcl_FSGetCwdProc * | getCwdProc |
| Tcl_FSChdirProc * | chdirProc |
Definition at line 1698 of file tcl.h.
| Tcl_FSAccessProc* Tcl_Filesystem::accessProc |
| Tcl_FSChdirProc* Tcl_Filesystem::chdirProc |
| Tcl_FSCopyDirectoryProc* Tcl_Filesystem::copyDirectoryProc |
| Tcl_FSCopyFileProc* Tcl_Filesystem::copyFileProc |
| Tcl_FSCreateDirectoryProc* Tcl_Filesystem::createDirectoryProc |
| Tcl_FSCreateInternalRepProc* Tcl_Filesystem::createInternalRepProc |
| Tcl_FSDeleteFileProc* Tcl_Filesystem::deleteFileProc |
| Tcl_FSDupInternalRepProc* Tcl_Filesystem::dupInternalRepProc |
| Tcl_FSFileAttrsGetProc* Tcl_Filesystem::fileAttrsGetProc |
| Tcl_FSFileAttrsSetProc* Tcl_Filesystem::fileAttrsSetProc |
| Tcl_FSFileAttrStringsProc* Tcl_Filesystem::fileAttrStringsProc |
| Tcl_FSFilesystemPathTypeProc* Tcl_Filesystem::filesystemPathTypeProc |
| Tcl_FSFilesystemSeparatorProc* Tcl_Filesystem::filesystemSeparatorProc |
| Tcl_FSFreeInternalRepProc* Tcl_Filesystem::freeInternalRepProc |
| Tcl_FSGetCwdProc* Tcl_Filesystem::getCwdProc |
| Tcl_FSInternalToNormalizedProc* Tcl_Filesystem::internalToNormalizedProc |
| Tcl_FSLinkProc* Tcl_Filesystem::linkProc |
| Tcl_FSListVolumesProc* Tcl_Filesystem::listVolumesProc |
| Tcl_FSLoadFileProc* Tcl_Filesystem::loadFileProc |
| Tcl_FSLstatProc* Tcl_Filesystem::lstatProc |
| Tcl_FSMatchInDirectoryProc* Tcl_Filesystem::matchInDirectoryProc |
| Tcl_FSNormalizePathProc* Tcl_Filesystem::normalizePathProc |
| Tcl_FSOpenFileChannelProc* Tcl_Filesystem::openFileChannelProc |
| Tcl_FSPathInFilesystemProc* Tcl_Filesystem::pathInFilesystemProc |
| Tcl_FSRemoveDirectoryProc* Tcl_Filesystem::removeDirectoryProc |
| Tcl_FSRenameFileProc* Tcl_Filesystem::renameFileProc |
| Tcl_FSStatProc* Tcl_Filesystem::statProc |
| CONST char* Tcl_Filesystem::typeName |
| Tcl_FSUtimeProc* Tcl_Filesystem::utimeProc |
1.5.7.1