Difference between revisions of "Utils 1 0-createUniqueFileName"

From ADF Docs
Jump to: navigation, search
Line 4: Line 4:
 
public string <strong>createUniqueFileName</strong> ( string fullPath )
 
public string <strong>createUniqueFileName</strong> ( string fullPath )
  
== Parameters ==
+
== Parameters ==  
  
Parameters
+
<table id="lib-params">
 +
<tr class="header">
 +
<td>Required</td>
 +
<td>Name</td>
 +
<td>Type</td>
 +
<td>Description</td>
 +
</tr>
 +
 +
 +
<tr>
 +
 +
<td class="required">required</td>
 +
 +
<td>fullPath</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
</table>

Revision as of 04:06, 24 March 2010

Description

Signature

public string createUniqueFileName ( string fullPath )

Parameters

Required Name Type Description
required fullPath string