Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3240 closed Feature Request (Completed)

Constanst for _PathSplit's returned array

Reported by: TheDcoder Owned by: guinness
Milestone: 3.3.15.1 Component: Standard UDFs
Version: Severity: None
Keywords: Cc:

Description

Hello, It would be nice if these constants were included in FileConstants.au3:

Global Const $PATH_ORIGINAL
Global Const $PATH_DRIVE
Global Const $PATH_DIR ; or $PATH_DIRECTORY
Global Const $PATH_FILE ; or $PATH_FILENAME
Global Const $PATH_EXT ; or $PATH_FIELEXT

Thanks :)

Attachments (0)

Change History (4)

comment:1 Changed 8 years ago by TheDcoder

I cant edit the above ticket, I would like to change the snippet to:

Global Enum $PATH_ORIGINAL, $PATH_DRIVE, $PATH_DIR, $PATH_FILE, $PATH_EXT
; Or
Global Enum $PATH_ORIGINAL, $PATH_DRIVE, $PATH_DIRECTORY, $PATH_FILENAME, $PATH_FILEEXT

Thanks again :)

comment:2 Changed 8 years ago by guinness

I would prefer the convention $PS_* over $PATH_*

comment:3 Changed 8 years ago by guinness

  • Milestone set to 3.3.15.1
  • Owner set to guinness
  • Resolution set to Completed
  • Status changed from new to closed

Added by revision [11711] in version: 3.3.15.1

comment:4 Changed 8 years ago by guinness

Added by revision [11712] in version: 3.3.15.1

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.