public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: krishnaLee <sssky307@163.com>
To: edk2-devel@lists.01.org
Subject: [UEFI_Shell_Specification_2.2]the fs-dirs define may be not accurate.
Date: Thu, 14 Jun 2018 17:34:58 +0800 (CST)	[thread overview]
Message-ID: <13444083.c99e.163fda5e7a9.Coremail.sssky307@163.com> (raw)

Hi,
  Recently,I want to exactly know what is filepath/filename,I come across this specification,
Follow information come from UEFI_Shell_2.2.pdf,


3.7 File Names
fs-path      := [fs-map-name] [fs-divider][fs-dirs][fs-name]
fs-map-name  := identifier :
fs-divider        := \ | /
fs-dirs             := fs-dir | 
                         fs-dirs fs-dir
fs-dir             := fs-name fs-divider
fs-name       := fs-file-name .fs-file-ext
fs-file-name := one or more ASCII characters, excluding * ? < > \ / &#65533;&#65533; : )


#I want to say follow  example is a fs-dirs,relatively;
fo\foo\       


#but follow example is also a fs-dirs,absolutely;
FS0:\fo\foo\


#so the define should be:
fs-dirs-absolute     := fs-map-name fs-divider | fs-map-name fs-divider fs-dirs-relative
fs-dirs-relative       := fs-dir | 
                                  fs-dirs-relative fs-dir
fs-dir                      := fs-name fs-divider


#is that right?


thanks
by krishna

                 reply	other threads:[~2018-06-14  9:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13444083.c99e.163fda5e7a9.Coremail.sssky307@163.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox