Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
356 B

  1. '<script language='VBScript'>
  2. ' wiconsts.inc - VBScript constants
  3. '
  4. ' 1999/12/31 - created - Rob Mensching (robmen@microsoft.com)
  5. '
  6. ' requires:
  7. ' none
  8. '
  9. ' entrypoints:
  10. ' none
  11. '
  12. ' FileSystemObject constants
  13. Const OverwriteIfExist = -1
  14. Const OpenAsASCII = 0
  15. Const ForReading = 1
  16. Const FailIfNotExist = 0
  17. Const OpenAsDefault = -2