rss_assert_dir (public, deprecated)

 rss_assert_dir path

Defined in packages/rss-support/tcl/rss-generation-service-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Steps through path creating each new directory as needed. Accepts full path or relative path, but you probably want to specify the full path. DEPRECATED: the tcl file mkdir subcommand will create the whole missing folder structure without complaining

Parameters:
path
See Also:
  • file

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) rss_assert_dir rss_assert_dir rss_assert_dir->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc rss_assert_dir
    file mkdir $path
Generic XQL file:
packages/rss-support/tcl/rss-generation-service-procs.xql

PostgreSQL XQL file:
packages/rss-support/tcl/rss-generation-service-procs-postgresql.xql

Oracle XQL file:
packages/rss-support/tcl/rss-generation-service-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: