[Swift-commit] r5304 - trunk/docs/userguide

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Tue Nov 15 10:27:03 CST 2011


Author: wozniak
Date: 2011-11-15 10:27:02 -0600 (Tue, 15 Nov 2011)
New Revision: 5304

Modified:
   trunk/docs/userguide/cdm
Log:
Note CDM absolute path use case


Modified: trunk/docs/userguide/cdm
===================================================================
--- trunk/docs/userguide/cdm	2011-11-15 03:03:30 UTC (rev 5303)
+++ trunk/docs/userguide/cdm	2011-11-15 16:27:02 UTC (rev 5304)
@@ -107,6 +107,20 @@
 rule .* DIRECT /fs/dir
 ----
 
+==== Absolute paths
+
+If your Swift script operates on files with absolute path names such as:
+
+----
+file f<"/fs/dir/f.txt">;
+----
+
+use:
+
+----
+rule .*f.txt DIRECT /
+----
+
 ==== Use of symbolic links
 
 Swift may provide a symbolic link to the application, which the




More information about the Swift-commit mailing list