FileSystem.HaveReadPermission(String) Method

Top 

Description

Returns 1 if the current user has read permission for the specified path.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

FileSystem.HaveReadPermission(

String path)

 

 

Arguments

path


Description:

The path whose status is to be returned.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the specified path has read permission.

 

Syntax

myVariable1 = FileSystem.HaveReadPermission(myString1);

 

 

See also

FileSystem Object

Interfacing with Files Guide