Share via


fileexists

This command determines whether a particular file or directory currently exists on the client.

fileexists [filesys path]

Parameters

  • filesys path
    Fully qualified file system path to the file or directory to test.

Remarks

This command outputs TRUE if the named file or directory currently exists on the client or FALSE if it does not.

This command is typically used within backticks to perform command substitution.

See Also

Environment Commands

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.