Skip to content

Commit ed117cf

Browse files
committed
Updated README
1 parent 9642d01 commit ed117cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ public static void FileBrowserHelpers.AppendCopyToFile( string targetPath, strin
127127
public static byte[] FileBrowserHelpers.ReadBytesFromFile( string sourcePath );
128128
public static string FileBrowserHelpers.ReadTextFromFile( string sourcePath );
129129
public static void FileBrowserHelpers.ReadCopyFromFile( string sourcePath, string destinationFile ); // Copies the contents of source to destinationFile. Here, destinationFile must be a file path
130-
public static void FileBrowserHelpers.RenameFile( string path, string newName );
131-
public static void FileBrowserHelpers.RenameDirectory( string path, string newName );
130+
public static string FileBrowserHelpers.RenameFile( string path, string newName ); // Returns the new path of the file
131+
public static string FileBrowserHelpers.RenameDirectory( string path, string newName ); // Returns the new path of the directory
132132
public static void FileBrowserHelpers.DeleteFile( string path );
133133
public static void FileBrowserHelpers.DeleteDirectory( string path );
134134
public static string FileBrowserHelpers.GetFilename( string path );

0 commit comments

Comments
 (0)