filespec
常见例句
- The filespec argument is a relative path, starting at the root of the SSIS Package Store.
filespec参数是一个相对于SSIS包存储区根目录的路径。 - The filespec argument specifies the file name and path of the command file to associate with the execution of the package.
filespec参数指定与包执行关联的命令文件的文件名和路径。 - Dim f If ReportFileStatus(filespec) = 1 Then Set f = fso.GetFile(filespec)
返回值:成功:文件创建日期,失败:-1 - int rpmdbFindByFile(rpmdb db, char * filespec, dbiIndexSet * matches);
recOffset是记录在数据库中的偏移,fileNumber仅用于rpmdbFindByFile()。 - chmod u+x {filespec}Give yourself execute permission.chmod a+rw {filespec}Give read and write permission to everyone.
使用文件命令对文件进行操作的前提是拥有相应的权限。下面我们介绍如何控制这些权限。 - Sub DeleteAFolder(filespec) Dim fso Set fso = CreateObject("Scripting.FileSystemObject") fso.DeleteFolder(filespec)End Sub
以上内容由华夏名网搜集整理,如转载请注明原文出处,并保留这一部分内容。 返回 filespec