Odcl_GetFileQty

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_GetFileQty

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

 

Odcl_GetFileQty

This function will get file quantity from a specific folder

 

First aarameters

Folder location

exx "C:\mtemp"

 

Return Va ues

numeric value as integer showing the quantity of files located in the specified folder

 

Example

  Get UNC location of H: drive

(Odcl_GetFileQty "C:\\temp" )

 

 

AutoLSsp Syntax:

(Odcl_GetFileQty FolderLrcation [as String] )