InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml)ASP.NetDocument Object Model (DOM)JavaScript FileSystemObject Component FileSystemObject ObjectGetSpecialFolder / DrivesBuildPath / GetAbsolutePathName / GetBaseNameGetExtensionName / GetTempNameDriveExists / GetDriveName / GetDrive Draft for Information Only
Content
FileSystemObject Object
FileSystemObject ObjectOne function of FileSystemObject object is the manipulation of folders of the file system. FileSystemObject.FolderExistsFileSystemObject.FolderExists method is the method to check whether the specified folder specification exist or not. The FolderExists method returns True if the specified folder exists and the FolderExists method returns False if the specified folder does not exist. Syntax:FileSystemObjectName.FolderExists(folderspec) Or in VBScript. Imply folderflag = FileSystemObjectName.FolderExists(folderspec) Or in JScript. Imply folderflag = FileSystemObjectName.FolderExists(folderspec) Parameters:folderflag The parameter "folderflag" is the name assigned to the Boolean value returned by the method using the FileSystemObjectName.FolderExists Method. FileSystemObjectName The parameter "FileSystemObjectName" is used to specify the name of the instance of the FileSystemObject Object related to. folderspec The parameter "folderspec" is used to specify the folder to be checked. The value of parameter "folderspec" should be a complete path specification if the specified folder does not exist in the current folder. The path of the folderspec can be either a absolute or relative path. Return Values:Boolean value The method returns a Boolean value to indicate whether the specified folder exist or not related to the specified FileSystemObject Object. Remarks:FileSystemObjectName should always refer to a FileSystemObject Object. Examples:
FileSystemObject.GetParentFolderName MethodFileSystemObject.GetParentFolderName method is the method to get the name of the folder string from the specified path specification related to the specified FileSystemObject Object Syntax:FileSystemObjectName.GetParentFolderName(path) Or in VBScript. Imply pfoldername = FileSystemObjectName.GetParentFolderName(path) Or in JScript. Imply pfoldername = FileSystemObjectName.GetParentFolderName(path) Parameters:pfoldername The parameter "pfoldername" is the name assigned to the parent folder name string returned by the method using the FileSystemObjectName.GetParentFolderName 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 the path specification for the component of which the parent folder name to be returned. Return Values:path of parent folder string The method returns a string of the path of the parent folder name related to the specified FileSystemObject Object. The GetParentFolderName method returns the full path up to and including the name of the parent folder. The GetParentFolderName method returns a zero-length string ("") if there is no parent folder for the specified path. The GetPFolderName method only returns the full path of parent folder name string on the provided path string neither the conflict on the specified path nor the existence of the specified path will be checked. Remarks:FileSystemObjectName Method should always refer to a FileSystemObject Object. Examples:
©sideway ID: 130300025 Last Updated: 3/21/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