scrrun.dll.mui Microsoft ® Script Runtime 58d42d90504e2f8445babdb370eab3b9

File info

File name: scrrun.dll.mui
Size: 5632 byte
MD5: 58d42d90504e2f8445babdb370eab3b9
SHA1: 5604e5f0d40dc91fa5f312e170a4a7acf01d01a1
SHA256: 1e42c9209822e53996b55dd7cd920400f28c7e3639609abdcd7acd728ba0133a
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
1001scrrn scrrn
16384Microsoft Scripting Runtime Microsoft Scripting Runtime
16385Scripting.Dictionary 接口 Scripting.Dictionary Interface
16386设置/获得给定关键字的项目。 Set or get the item for a given key
16387添加一个新的关键字及项目到字典中。 Add a new key and item to the dictionary.
16388获得字典中项目的个数。 Get the number of items in the dictionary.
16389确定给定的关键字是否存在于字典中。 Determine if a given key is in the dictionary.
16390获得一个包含字典中所有项目的数组。 Get an array containing all items in the dictionary.
16391更改关键字。 Change a key to a different key.
16392获得一个包含字典中所有关键字的数组。 Get an array containing all keys in the dictionary.
16393从字典中删除给定的关键字。 Remove a given key from the dictionary.
16394从字典中删除所有信息。 Remove all information from the dictionary.
16395设置/获得字符串比较方法。 Set or get the string comparison method.
16396Scripting.Dictionary Scripting.Dictionary
16397获得驱动器集合 Get drives collection
16398从存在的路径及名称中生成路径 Generate a path from an existing path and a name
16399从路径返回驱动器 Return drive from a path
16400返回路径到上一级文件夹 Return path to the parent folder
16401从路径返回文件名称 Return the file name from a path
16402从路径返回基本名称 Return base name from a path
16403从路径返回扩展名称 Return extension from path
16404返回路径的规范表示 Return the canonical representation of the path
16405生成一个用于临时文件的文件名称 Generate name that can be used to name a temporary file
16406检查驱动器或共享是否存在 Check if a drive or a share exists
16407检查文件是否存在 Check if a file exists
16408检查路径是否存在 Check if a path exists
16409获得驱动器或 UNC 共享 Get drive or UNC share
16410获得文件 Get file
16411获得文件夹 Get folder
16412获得不同系统文件夹的方位 Get location of various system folders
16413删除文件 Delete a file
16414删除文件夹 Delete a folder
16415移动文件 Move a file
16416移动文件夹 Move a folder
16417复制文件 Copy a file
16418复制文件夹 Copy a folder
16419创建文件夹 Create a folder
16420以文本流(TextStream)方式创建一个文件 Create a file as a TextStream
16421以文本流(TextStream)方式打开一个文件 Open a file as a TextStream
16422驱动器接口 Drive Interface
16423路径 Path
16424盘符 Drive letter
16425共享名 Share name
16426驱动器类型 Drive type
16427根文件夹 Root folder
16428获得可用空间 Get available space
16429获得驱动器自由空间 Get drive free space
16430获得驱动器总容量 Get total drive size
16431卷名 Name of volume
16432Filesystem 类型 Filesystem type
16433序列号 Serial number
16434检查磁盘是否可用 Check if disk is available
16435驱动器集合接口 Drive Collection Interface
16436获得驱动器 Get drive
16437驱动器数目 Number of drives
16438文件夹接口 Folder Interface
16439文件夹路径 Path to folder
16440获得文件夹名称 Get name of folder
16441设置文件夹名称 Set name of folder
16442短路径 Short path
16443短名称 Short name
16444获得包含文件夹的驱动器 Get drive that contains folder
16445获得上一级文件夹 Get parent folder
16446文件夹属性 Folder attributes
16447文件夹创建日期 Date folder was created
16448最新修改的文件夹日期 Date folder was last modified
16449最新访问的文件夹日期 Date folder was last accessed
16450类型描述 Type description
16451删除此文件夹 Delete this folder
16452复制此文件夹 Copy this folder
16453移动此文件夹 Move this folder
16454如果文件夹为根目录则为真 True if folder is root
16455文件及文件夹的总和 Sum of files and subfolders
16456获得文件夹集合 Get folders collection
16457获得文件集合 Get files collection
16458以文本流方式创建一个文件 Create a file as a TextStream
16459文件夹集合接口 Folder Collection Interface
16460创建一个新的文件夹 Create a new folder
16462文件夹数目 Number of folders
16463文件(File)接口 File Interface
16464文件路径 Path to the file
16465获得文件名称 Get name of file
16466设置文件名称 Set name of file
16469获得包含文件的驱动器 Get drive that contains file
16470获得包含文件的文件夹 Get folder that contains file
16471文件属性 File attributes
16472创建文件日期 Date file was created
16473最新修改文件日期 Date file was last modified
16474最新访问文件日期 Date file was last accessed
16475文件大小 File size
16477删除此文件 Delete this file
16478复制此文件 Copy this file
16479移动此文件 Move this file
16480以文本文件流方式打开文件 Open a file as a TextStream
16481文件集合接口 File Collection Interface
16484Scripting.TextStream 接口 Scripting.TextStream Interface
16485当前行号 Current line number
16486当前列号 Current column number
16487当前的位置是处于流结尾处吗? Is the current position at the end of the stream?
16488当前的位置是行尾吗? Is the current position at the end of a line?
16489把指定数量的字符读到字符串中 Read a specific number of characters into a string
16490把整个一行读到字符串中 Read an entire line into a string
16491把整个的流读到一个字符串中 Read the entire stream into a string
16492写一个字符串到流中 Write a string to the stream
16493写一个字符串及一个行中止符到流中 Write a string and an end of line to the stream
16494写指定数目的空行到流中 Write a number of blank lines to the stream
16495跳过指定字符数 Skip a specific number of characters
16496跳过一行 Skip a line
16497关闭文本流 Close a text stream
16498FileSystem 对象 FileSystem Object
16499Drive 对象 Drive Object
16500与盘符相关联的驱动器的集合 Collection of drives associated with drive letters
16501Folder 对象 Folder object
16502文件夹中的子文件夹集合 Collection of subfolders in a folder
16503File 对象 File object
16504文件夹中的文件集合 Collection of files in a folder
16505TextStream 对象 TextStream object
16506FileSystemObject FileSystemObject
16507Script Encoder 对象 Script Encoder Object
16508Script Encoder 接口 Script Encoder Interface
16509HTML Host Encode 对象 HTML Host Encode Object
16510ASP Host Encode 对象 ASP Host Encode Object
16511依据 szExt 来调用 Encoder,传递 bstrStreamIn 和可选变量 Call the Encoder determined by szExt, passing bstrStreamIn and optional arguments
16512取得标准输入,输出或错误流 Retrieve the standard input, output or error stream
16515将指定文件的版本信息输出到一个字符串中 Retrieve the file version of the specified file into a string

EXIF

File Name:scrrun.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_fbc6e4b677643a16\
File Size:5.5 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:5120
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:5.812.10240.16384
Product Version Number:5.812.10240.16384
File Flags Mask:0x0003
File Flags:(none)
File OS:Win32
Object File Type:Dynamic link library
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® Script Runtime
File Version:5.812.10240.16384
Internal Name:scrrun.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_9fa84932bf06c8e0\

What is scrrun.dll.mui?

scrrun.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file scrrun.dll (Microsoft ® Script Runtime).

File version info

File Description:Microsoft ® Script Runtime
File Version:5.812.10240.16384
Company Name:Microsoft Corporation
Internal Name:scrrun.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Translation:0x804, 1200