• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Templated Reporting System
    • HTML and JavaScript Integration
    • Action Invoker
      • Overview
      • Execution Environments
      • Security and Formatting Options
      • Base Actions
      • Application Namespace
      • Clipboard Namespace
      • Data Namespace
      • Dictionary Namespace
      • File Namespace
      • Hash Namespace
      • Localhost Namespace
      • Logic Namespace
      • Message Namespace
      • Path Namespace
        • Path Action Invoker Namespace
        • Path.createDirectory Action
        • Path.getDirectoryListing Action
        • Path.getPathInfo Action
        • Path.getSpecialPaths Action
        • Path.selectFile Action
        • Path.showFileDialog Action
      • Settings Namespace
      • Sqlite Namespace
      • System Namespace
      • UI Namespace
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataViewer>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Path Action Invoker Namespace

The Path namespace, part of the Action Invoker, provides actions to query information about the file system or to perform operations on a path.
Functionality
ActionDescription
Path.createDirectoryCreates a directory if it does not already exist.
Path.getDirectoryListingReturns information about the paths in a directory.
Path.getPathInfoReturns information about a directory or file path.
Path.getSpecialPathsReturns special paths, including the download and temp directories.
Path.selectFileShows the operator a visual listing of the file system and returns the path of the file the operator selected.
Path.showFileDialogDisplays a dialog with a visual listing of the file system, allowing the user to select a file to open or to create a file to save.
See also: Action Invoker Overview, File Action Invoker Namespace, System Action Invoker Namespace, Path Namespace