소스 검색

HPCC-13106 Expand GetLogicalFileAttribute Docs

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 9 년 전
부모
커밋
52fecb1c23
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      docs/ECLStandardLibraryReference/SLR-Mods/GetLogicalFileAttribute.xml

+ 4 - 3
docs/ECLStandardLibraryReference/SLR-Mods/GetLogicalFileAttribute.xml

@@ -33,8 +33,8 @@
           <entry>A null-terminated string containing the name of the file
           <entry>A null-terminated string containing the name of the file
           attribute to return. Possible values are recordSize, recordCount,
           attribute to return. Possible values are recordSize, recordCount,
           size, clusterName, directory, numparts, owner, description, ECL,
           size, clusterName, directory, numparts, owner, description, ECL,
-          partmask, numparts, name, modified, or protected. The value is
-          case-sensitive.</entry>
+          partmask, numparts, name, modified, format, or protected. The value
+          is case-sensitive.</entry>
         </row>
         </row>
 
 
         <row>
         <row>
@@ -49,7 +49,7 @@
 
 
   <para>The <emphasis role="bold">GetLogicalFileAttribute </emphasis>function
   <para>The <emphasis role="bold">GetLogicalFileAttribute </emphasis>function
   returns the value of the <emphasis>attrname</emphasis> for the specified
   returns the value of the <emphasis>attrname</emphasis> for the specified
-  <emphasis>logicalfilename</emphasis>. </para>
+  <emphasis>logicalfilename</emphasis>.</para>
 
 
   <para>Example:</para>
   <para>Example:</para>
 
 
@@ -70,5 +70,6 @@ OUTPUT(STD.File.GetLogicalFileAttribute(file,'numparts'));
 OUTPUT(STD.File.GetLogicalFileAttribute(file,'name'));
 OUTPUT(STD.File.GetLogicalFileAttribute(file,'name'));
 OUTPUT(STD.File.GetLogicalFileAttribute(file,'modified'));
 OUTPUT(STD.File.GetLogicalFileAttribute(file,'modified'));
 OUTPUT(STD.File.GetLogicalFileAttribute(file,'protected'));
 OUTPUT(STD.File.GetLogicalFileAttribute(file,'protected'));
+OUTPUT(STD.File.GetLogicalFileAttribute(file,'format'));
 </programlisting>
 </programlisting>
 </sect1>
 </sect1>