tclFCmd.c File Reference#include "tclInt.h"
Go to the source code of this file.
|
Functions |
int | TclFileRenameCmd (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
int | TclFileCopyCmd (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
int | TclFileMakeDirsCmd (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
int | TclFileDeleteCmd (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
int | TclFileAttrsCmd (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
Function Documentation
Definition at line 945 of file tclFCmd.c.
References CONST, Tcl_AppendResult(), Tcl_DecrRefCount, TCL_ERROR, Tcl_FSConvertToPathType(), Tcl_FSFileAttrsGet(), Tcl_FSFileAttrsSet(), Tcl_FSFileAttrStrings(), Tcl_GetErrno(), Tcl_GetIndexFromObj(), Tcl_IncrRefCount, Tcl_ListObjAppendElement(), Tcl_ListObjIndex(), Tcl_ListObjLength(), Tcl_NewListObj(), Tcl_NewStringObj(), TCL_OK, Tcl_PosixError(), Tcl_ResetResult(), Tcl_SetErrno(), Tcl_SetObjResult(), Tcl_WrongNumArgs(), TclGetString, TclStackAlloc(), and TclStackFree().
Referenced by Tcl_FileObjCmd().
Definition at line 340 of file tclFCmd.c.
References S_ISDIR, Tcl_AppendResult(), TCL_ERROR, Tcl_FSConvertToPathType(), Tcl_FSDeleteFile(), Tcl_FSEqualPaths(), Tcl_FSLstat(), Tcl_FSRemoveDirectory(), TCL_OK, Tcl_PosixError(), and TclGetString.
Referenced by Tcl_FileObjCmd().
Definition at line 220 of file tclFCmd.c.
References S_ISDIR, Tcl_AppendResult(), Tcl_DecrRefCount, TCL_ERROR, Tcl_FSConvertToPathType(), Tcl_FSCreateDirectory(), Tcl_FSJoinPath(), Tcl_FSSplitPath(), Tcl_FSStat(), Tcl_IncrRefCount, TCL_OK, Tcl_PosixError(), Tcl_ResetResult(), and TclGetString.
Referenced by Tcl_FileObjCmd().
Generated on Wed Mar 12 12:18:30 2008 by
1.5.1
|