#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 |
Definition at line 1690 of file tcl.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|