Tcl_Filesystem Struct Reference

#include <tcl.h>


Data Fields

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


Detailed Description

Definition at line 1663 of file tcl.h.


Field Documentation

Definition at line 1664 of file tcl.h.

Referenced by Tcl_FSFileSystemInfo().

Definition at line 1665 of file tcl.h.

Definition at line 1667 of file tcl.h.

Referenced by Tcl_FSGetCwd().

Tcl_FSPathInFilesystemProc* Tcl_Filesystem::pathInFilesystemProc

Definition at line 1668 of file tcl.h.

Referenced by Tcl_FSGetFileSystemForPath().

Tcl_FSDupInternalRepProc* Tcl_Filesystem::dupInternalRepProc

Definition at line 1672 of file tcl.h.

Referenced by Tcl_FSGetNormalizedPath().

Tcl_FSFreeInternalRepProc* Tcl_Filesystem::freeInternalRepProc

Definition at line 1675 of file tcl.h.

Referenced by Tcl_FSGetCwd().

Tcl_FSInternalToNormalizedProc* Tcl_Filesystem::internalToNormalizedProc

Definition at line 1679 of file tcl.h.

Referenced by Tcl_FSGetCwd(), and TclFSInternalToNormalized().

Tcl_FSCreateInternalRepProc* Tcl_Filesystem::createInternalRepProc

Definition at line 1684 of file tcl.h.

Referenced by Tcl_FSGetInternalRep().

Tcl_FSNormalizePathProc* Tcl_Filesystem::normalizePathProc

Definition at line 1692 of file tcl.h.

Referenced by TclFSNormalizeToUniquePath().

Tcl_FSFilesystemPathTypeProc* Tcl_Filesystem::filesystemPathTypeProc

Definition at line 1697 of file tcl.h.

Referenced by Tcl_FSFileSystemInfo().

Tcl_FSFilesystemSeparatorProc* Tcl_Filesystem::filesystemSeparatorProc

Definition at line 1700 of file tcl.h.

Referenced by Tcl_FSJoinPath(), Tcl_FSPathSeparator(), and Tcl_FSSplitPath().

Tcl_FSStatProc* Tcl_Filesystem::statProc

Definition at line 1704 of file tcl.h.

Referenced by Tcl_FSLstat(), and Tcl_FSStat().

Tcl_FSAccessProc* Tcl_Filesystem::accessProc

Definition at line 1707 of file tcl.h.

Referenced by Tcl_FSAccess().

Tcl_FSOpenFileChannelProc* Tcl_Filesystem::openFileChannelProc

Definition at line 1711 of file tcl.h.

Referenced by Tcl_FSOpenFileChannel().

Tcl_FSMatchInDirectoryProc* Tcl_Filesystem::matchInDirectoryProc

Definition at line 1716 of file tcl.h.

Referenced by Tcl_FSMatchInDirectory().

Tcl_FSUtimeProc* Tcl_Filesystem::utimeProc

Definition at line 1722 of file tcl.h.

Referenced by Tcl_FSUtime().

Tcl_FSLinkProc* Tcl_Filesystem::linkProc

Definition at line 1727 of file tcl.h.

Referenced by Tcl_FSLink().

Tcl_FSListVolumesProc* Tcl_Filesystem::listVolumesProc

Definition at line 1731 of file tcl.h.

Referenced by Tcl_FSListVolumes(), and TclFSNonnativePathType().

Tcl_FSFileAttrStringsProc* Tcl_Filesystem::fileAttrStringsProc

Definition at line 1736 of file tcl.h.

Referenced by Tcl_FSFileAttrStrings().

Tcl_FSFileAttrsGetProc* Tcl_Filesystem::fileAttrsGetProc

Definition at line 1743 of file tcl.h.

Referenced by Tcl_FSFileAttrsGet().

Tcl_FSFileAttrsSetProc* Tcl_Filesystem::fileAttrsSetProc

Definition at line 1747 of file tcl.h.

Referenced by Tcl_FSFileAttrsSet().

Tcl_FSCreateDirectoryProc* Tcl_Filesystem::createDirectoryProc

Definition at line 1751 of file tcl.h.

Referenced by Tcl_FSCreateDirectory().

Tcl_FSRemoveDirectoryProc* Tcl_Filesystem::removeDirectoryProc

Definition at line 1755 of file tcl.h.

Referenced by Tcl_FSRemoveDirectory().

Tcl_FSDeleteFileProc* Tcl_Filesystem::deleteFileProc

Definition at line 1759 of file tcl.h.

Referenced by Tcl_FSDeleteFile().

Tcl_FSCopyFileProc* Tcl_Filesystem::copyFileProc

Definition at line 1763 of file tcl.h.

Referenced by Tcl_FSCopyFile().

Tcl_FSRenameFileProc* Tcl_Filesystem::renameFileProc

Definition at line 1769 of file tcl.h.

Referenced by Tcl_FSRenameFile().

Tcl_FSCopyDirectoryProc* Tcl_Filesystem::copyDirectoryProc

Definition at line 1774 of file tcl.h.

Referenced by Tcl_FSCopyDirectory().

Tcl_FSLstatProc* Tcl_Filesystem::lstatProc

Definition at line 1781 of file tcl.h.

Referenced by Tcl_FSLstat().

Tcl_FSLoadFileProc* Tcl_Filesystem::loadFileProc

Definition at line 1784 of file tcl.h.

Referenced by TclLoadFile().

Tcl_FSGetCwdProc* Tcl_Filesystem::getCwdProc

Definition at line 1789 of file tcl.h.

Referenced by Tcl_FSChdir(), and Tcl_FSGetCwd().

Tcl_FSChdirProc* Tcl_Filesystem::chdirProc

Definition at line 1795 of file tcl.h.

Referenced by Tcl_FSChdir().


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/tcl8.5.1/generic/tcl.h



Generated on Wed Mar 12 12:18:43 2008 by  doxygen 1.5.1