Modify

#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 by TheDcoder, on Jun 3, 2016 at 9:15:38 AM

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 by guinness, on Jun 4, 2016 at 10:16:28 PM

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

comment:3 by guinness, on Jun 4, 2016 at 10:48:52 PM

Milestone: 3.3.15.1
Owner: set to guinness
Resolution: Completed
Status: newclosed

Added by revision [11711] in version: 3.3.15.1

comment:4 by guinness, on Jun 4, 2016 at 10:49:04 PM

Added by revision [11712] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.