InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml)ASP.NetDocument Object Model (DOM)JavaScript FileSystemObject Component FileSystemObject ObjectGetSpecialFolder / DrivesBuildPath / GetAbsolutePathName / GetBaseName Draft for Information Only
Content
FileSystemObject Object
FileSystemObject ObjectOne function of FileSystemObject object is the manipulation of general file system information. One type of the file system manipulation is related to the local system. The other type of the file system manipulation is related to the path string editing and the path string need not be an existing path. FileSystemObject.GetExtensionNameFileSystemObject.GetExtensionName method is the method to return the string of the file extension of the last component from the specified path related to the specified FileSystemObject Object. Syntax:FileSystemObjectName.GetExtensionName(path) Or in VBScript. Imply pathext = FileSystemObjectName.GetExtensionName(path) Or in JScript. Imply pathext = FileSystemObjectName.GetExtensionName(path) Parameters:pathext The parameter "pathext" is the name assigned to the path extension string returned by the method using the FileSystemObjectName.GetExtensionName Method. FileSystemObjectName The parameter "FileSystemObjectName" is used to specify the name of the instance of the FileSystemObject Object related to. path The parameter "path" is used to specify an existing path to which the path extension to be returned. The "path" is not necessary to specify any existing folder. Return Values:path extension string The method returns a string of the path extension related to the specified FileSystemObject Object. Remarks:FileSystemObjectName should always refer to a FileSystemObject Object. For network drives, the root directory (\) is considered to be a component. The GetExtensionName Method returns an empty string ("") if the file of the last component of the specified path does not exist. Examples:
FileSystemObject.GetTempName MethodFileSystemObject.GetTempName method is the method to return a randomly generated temporary name for used as a temporary file or folder name related to the specified FileSystemObject Object. Syntax:FileSystemObjectName.GetTempName() Or in VBScript. Imply tname = FileSystemObjectName.GetTempName() Or in JScript. Imply tname = FileSystemObjectName.GetTempName() Parameters:tname The parameter "tname" is the name assigned to the temporary name string randomly generated and returned by the method using the FileSystemObjectName.GetTempName Method. FileSystemObjectName The parameter "FileSystemObjectName" is used to specify the name of the instance of the FileSystemObject Object related to. Return Values:tname string The method returns a string of the randomly generated temporary name related to the specified FileSystemObject Object. Remarks:FileSystemObjectName should always refer to a FileSystemObject Object. The GetTempName method only returns a randomly generated temporary name for further use. The GetTempName method itself does not create a file or a folder but the randomly generated temporary name can be used as a randomly generated temporary file name or folder name. Examples:
©sideway ID: 130300023 Last Updated: 3/19/2013 Revision: 0 Ref: ![]() References
![]() Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019